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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.