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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
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