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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.