다음을 통해 공유


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

차트 이미지 스토리지 형식을 나타내는 ChartHttpHandlerStorageType 열거형 값입니다.

설명

파일 또는 메모리의 차트 이미지를 저장할 수 있습니다.

적용 대상