Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public RectangleFillStyle FillStyle { get; protected set; }

Property Value

Type Description
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