FillStyle3D Class
Represents the base class for objects which define filling styles in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The FillStyle3D class defines the common fill style settings of different chart elements and serves as a base for the RectangleFillStyle3D and PolygonFillStyle3D classes.
The settings exposed by the FillStyle3D class allow you to specify the fill mode (FillStyle3D.FillMode) and define specific settings that relate to the selected fill mode (FillStyleBase.Options).
Inheritance
See Also