Skip to main content

Pie3DSeriesViewModel.PieFillStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public PolygonFillStyle3DModel PieFillStyle { get; }

Property Value

Type Description
PolygonFillStyle3DModel

The model of the 3D fill style.

See Also