FillStyleBase Class
Represents the base class for objects which define filling styles.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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