Aracılığıyla paylaş


Legend.BackHatchStyle Özellik

Tanım

Göstergenin tarama stilini alır veya ayarlar.

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

Özellik Değeri

ChartHatchStyle

ChartHatchStyleBir göstergenin tarama stilini temsil eden bir sabit listesi. None varsayılan değerdir.

Öznitelikler

Açıklamalar

ChartHatchStyleSabit listesi, türünde bir fırça tarafından kullanılan tarama modelini belirtir HatchBrush . Tarama stili, arka plan üzerinde çizilmiş düz bir arka plan rengi ve satırlardan oluşur.

Kullanılabilir tarama stillerinin listesi için bkz ChartHatchStyle . sabit listesi.

Göz önünde Tarama çizgilerinin rengi, özelliği tarafından belirlenir BackSecondaryColor .

Şunlara uygulanır