FillStyleBase Class
In This Article
Represents the base class for objects which define filling styles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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.
#Inheritance
See Also