Back to Devexpress

TotalLabel.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-totallabel-11ab1fc1.md

latest1.6 KB
Original Source

TotalLabel.FillStyle Property

Returns settings that specify the total labels’ background appearance.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FillStyle As RectangleFillStyle

Property Value

TypeDescription
RectangleFillStyle

The storage of settings that specify total labels’ background appearance.

|

Remarks

The FillStyle property provides settings that specify the appearance of the total label’s background. Refer to the PolygonFillStyle class description for detailed information about the available settings.

See Also

TotalLabel Class

TotalLabel Members

DevExpress.XtraCharts Namespace