Skip to main content

FillStyleBase Class

Represents the base class for objects which define filling styles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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