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.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public PolygonFillStyle3DModel PieFillStyle { get; }

Property Value

Type Description
PolygonFillStyle3DModel

The model of the 3D fill style.

See Also