Bagikan melalui


Chart.BackHatchStyle Properti

Definisi

Mendapatkan atau mengatur gaya penetasan Chart kontrol.

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

Nilai Properti

Enumerasi ChartHatchStyle . Nilai defaultnya adalah None.

Atribut

Keterangan

ChartHatchStyle Enumerasi menentukan pola penetasan yang digunakan oleh kuas jenis HatchBrush. Pola penetasan terdiri dari warna latar belakang solid dan garis yang digambar di atas latar belakang.

Untuk daftar gaya penetasan yang tersedia, lihat ChartHatchStyle enumerasi.

Catatan Warna garis penetasan ditentukan oleh BackSecondaryColor properti .

Berlaku untuk