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

PieDrawOptions.FillStyle Property

Gets the pie series view’s fill style settings 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 background of a pie.

Remarks

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

See Also