ChartHttpHandlerSettings.StorageType 属性
定义
获取或设置图表图像存储类型。Gets or sets the chart image storage type.
public:
property System::Web::UI::DataVisualization::Charting::ChartHttpHandlerStorageType StorageType { System::Web::UI::DataVisualization::Charting::ChartHttpHandlerStorageType get(); void set(System::Web::UI::DataVisualization::Charting::ChartHttpHandlerStorageType value); };
public System.Web.UI.DataVisualization.Charting.ChartHttpHandlerStorageType StorageType { get; set; }
member this.StorageType : System.Web.UI.DataVisualization.Charting.ChartHttpHandlerStorageType with get, set
Public Property StorageType As ChartHttpHandlerStorageType
属性值
一个 ChartHttpHandlerStorageType 枚举值,该值表示图表图像存储类型。A ChartHttpHandlerStorageType enumeration value that represents the chart image storage type.
注解
图表图像可以存储为文件或内存。Chart images can be stored as files or in memory.