FillStyle2D Class
Represents the base class for objects which define filling styles in 2D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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).
Inheritance
See Also