Skip to main content
A newer version of this page is available. .

AreaDrawOptions.FillStyle Property

Gets the fill style settings of the area series view when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public PolygonFillStyle FillStyle { get; }

Property Value

Type Description
PolygonFillStyle

A PolygonFillStyle object which specifies the fill style for the area.

Remarks

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

See Also