Skip to main content

FillStyle3D Class

Represents the base class for objects which define filling styles in 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class FillStyle3D :
    FillStyleBase

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).

See Also