ImageStorageMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode of storing chart images.
public enum class ImageStorageMode
public enum ImageStorageMode
type ImageStorageMode =
Public Enum ImageStorageMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
UseHttpHandler | 0 | The Chart uses an HTTP handler to store images to memory or a file. |
UseImageLocation | 1 | The Chart stores the image in a temporary file at the specified location. |
Remarks
The ImageStorageMode enumeration is used with the ImageStorageMode property of the Chart control. It defines the type of storage that will be used when the chart is rendered as an image.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.