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

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

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