Skip to main content
A newer version of this page is available. .

TotalLabel.FillStyle Property

Returns settings that specify the total labels’ background appearance.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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