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

FillOptionsBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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