Chart.ImageType Özellik

Tanım

İşleme kullanılırsa ImageTag grafiğin işlendiği görüntü türünü alır veya ayarlar.

public:
 property System::Web::UI::DataVisualization::Charting::ChartImageType ImageType { System::Web::UI::DataVisualization::Charting::ChartImageType get(); void set(System::Web::UI::DataVisualization::Charting::ChartImageType value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartImageType ImageType { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ImageType : System.Web.UI.DataVisualization.Charting.ChartImageType with get, set
Public Property ImageType As ChartImageType

Özellik Değeri

ChartImageType Grafiğin işlendiği görüntü türünü belirten bir numaralandırma değeri. Jpeg varsayılan değerdir.

Öznitelikler

Açıklamalar

Bu özellik, işleme için kullanılan görüntü dosyasının türünü belirler.

Olası dosya biçimleri Bmp: , Emf, Jpegve Png.

Şunlara uygulanır