BarSeriesView.FillStyle Property
In This Article
Gets the fill style of bar(s) within a series view of a bar type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#Remarks
The FillStyle property provides settings that specify how the background of all bars is painted within a series view of the BarSeriesView type. Refer to the RectangleFillStyle class description for detailed information on the available settings.
See Also