Back to Devexpress

Pie3DDrawOptions.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-pie3ddrawoptions-e6224f52.md

latest1.4 KB
Original Source

Pie3DDrawOptions.FillStyle Property

Gets the fill style settings of the Pie 3D Series View when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
PolygonFillStyle3D

A PolygonFillStyle3D object which specifies the fill style for the background of a 3D Pie.

|

Remarks

Use the FillStyle property to access and modify the fill style settings (such as the fill options) of the 3D Pie Series view.

See Also

FillStyle

Pie3DDrawOptions Class

Pie3DDrawOptions Members

DevExpress.XtraCharts Namespace