ChartHttpHandlerSettings.StorageType Property
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.
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
Property Value
A ChartHttpHandlerStorageType enumeration value that represents the chart image storage type.
Remarks
Chart images can be stored as files or in memory.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.