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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.