PolygonFillStyle3D Class
In This Article
Defines a filling style for polygon chart elements in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class PolygonFillStyle3D :
FillStyle3D
#Related API Members
The following members return PolygonFillStyle3D objects:
#Remarks
The PolygonFillStyle3D class defines the filling style settings of different polygon chart elements (such as a 3D Pie Series View).
An object of the PolygonFillStyle3D type can be accessed via the Pie3DSeriesView.PieFillStyle property of a pie 3D series view.
#Inheritance
Object
ChartElement
FillStyleBase
FillStyle3D
PolygonFillStyle3D
See Also