Back to Devexpress

BarSeriesView.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-barseriesview.md

latest1.8 KB
Original Source

BarSeriesView.FillStyle Property

Gets the fill style of bar(s) within a series view of a bar type.

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
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property FillStyle As RectangleFillStyle

Property Value

TypeDescription
RectangleFillStyle

A RectangleFillStyle object which specifies the fill style for the background of bars.

|

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

BarSeriesView Class

BarSeriesView Members

DevExpress.XtraCharts Namespace