Aracılığıyla paylaş


LegendItem.BackHatchStyle Özellik

Tanım

Gösterge öğesinin 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

Sabit ChartHatchStyle listesi. None varsayılan değerdir.

Öznitelikler

Açıklamalar

ChartHatchStyle Sabit listesi, türünde HatchBrushbir fırça tarafından kullanılan tarama desenini belirtir. Tarama deseni düz bir arka plan renginden ve arka plan üzerinde çizilen çizgilerden oluşur.

Kullanılabilir tarama stillerinin listesi için numaralandırmaya ChartHatchStyle bakın.

Not

Tarama çizgilerinin rengi özelliği tarafından BackSecondaryColor belirlenir.

Not

Bu özellik yalnızca veya Imageolan nesneler SeriesSymbolLegendCellType için LegendCell geçerlidir.

Şunlara uygulanır