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

FillStyleBase Class

Represents the base class for objects which define filling styles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class FillStyleBase :
    ChartElement,
    IXtraSupportCreateContentPropertyValue

Remarks

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

See Also