Back to Devexpress

BarDrawOptions.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-bardrawoptions-4a43cd8a.md

latest1.4 KB
Original Source

BarDrawOptions.FillStyle Property

Gets the Bar series view’s fill style settings when implementing custom draw in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public RectangleFillStyle FillStyle { get; protected set; }
vb
Public Property FillStyle As RectangleFillStyle

Property Value

TypeDescription
RectangleFillStyle

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

|

Remarks

Use the FillStyle property to access and modify fill style settings (such as the fill mode) of the Bar series view.

See Also

FillStyle

BarDrawOptions Class

BarDrawOptions Members

DevExpress.XtraCharts Namespace