Back to Devexpress

Pie3DSeriesView.PieFillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-pie3dseriesview-2460cb5e.md

latest1.9 KB
Original Source

Pie3DSeriesView.PieFillStyle Property

Gets the fill style of the entire pie in a series view of a Pie 3D type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle3D PieFillStyle { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property PieFillStyle As PolygonFillStyle3D

Property Value

TypeDescription
PolygonFillStyle3D

A PolygonFillStyle3D object which specifies the fill style for the background of a pie.

|

Remarks

The PieFillStyle property provides settings that specify how the background of a pie is painted within a series view of the Pie3DSeriesView type. Refer to the PolygonFillStyle3D class description for detailed information on the available settings.

See Also

Pie3DSeriesView Class

Pie3DSeriesView Members

DevExpress.XtraCharts Namespace