ImageStorageMode Enum

Definition

Specifies the mode of storing chart images.

public enum class ImageStorageMode
public enum ImageStorageMode
type ImageStorageMode = 
Public Enum ImageStorageMode
Inheritance
ImageStorageMode

Fields

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