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.v24.2.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public PolygonFillStyle3D PieFillStyle { get; }
Property Value
Type | Description |
---|---|
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