Back to Devexpress

SeriesLabelBase.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-589de846.md

latest1.7 KB
Original Source

SeriesLabelBase.FillStyle Property

Gets the label’s background fill style.

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

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

BackColor

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace