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

Pie3DSeriesViewModel.PieFillStyle Property

Returns the model of fill style of the modeled 3D Pie series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

public PolygonFillStyle3DModel PieFillStyle { get; }

Property Value

Type Description
PolygonFillStyle3DModel

The model of the 3D fill style.

See Also