Skip to main content

FillOptionsBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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