Skip to main content

TotalLabel.FillStyle Property

Returns settings that specify the total labels’ background appearance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleFillStyle FillStyle { get; }

Property Value

Type Description
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