Skip to main content
A newer version of this page is available. .

FillStyle3D Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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