Skip to main content

SeriesLabelBase.FillStyle Property

Gets the label’s background fill style.

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

A RectangleFillStyle object which specifies the background fill style.

Remarks

The FillStyle property provides settings that specify how the label’s background is painted. Refer to the RectangleFillStyle class description for detailed information.

See Also