ChartHttpHandlerSettings.StorageType 属性

定义

获取或设置图表图像存储类型。

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 枚举值,该值表示图表图像存储类型。

注解

图表图像可以存储为文件或内存中。

适用于