Back to Devexpress

PieDrawOptions.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-piedrawoptions-f1b9f749.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public PolygonFillStyle FillStyle { get; }
vb
Public ReadOnly Property FillStyle As PolygonFillStyle

Property Value

TypeDescription
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

FillStyle

PieDrawOptions Class

PieDrawOptions Members

DevExpress.XtraCharts Namespace