Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public PolygonFillStyle3D FillStyle { get; }

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