FillOptionsBase Class
In This Article
Represents the base class for objects which define specific fill options.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class FillOptionsBase :
ChartElement
#Related API Members
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.
#Inheritance
See Also