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

FillStyle2D Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class FillStyle2D :
    FillStyleBase

Remarks

The FillStyle2D class defines the common fill style settings of different chart elements and serves as a base for the RectangleFillStyle and PolygonFillStyle classes.

The settings exposed by the FillStyle2D class allow you to specify the fill mode (FillStyle2D.FillMode) and define specific settings that relate to the selected fill mode (FillStyleBase.Options).

See Also