Skip to main content

FillOptionsBase Class

Represents the base class for objects which define specific fill options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class FillOptionsBase :
    ChartElement

The following members return FillOptionsBase objects:

Remarks

The FillOptionsBase class serves as a base for classes that define specific fill options related to the corresponding filling styles.

See Also