SolidFillOptions Class
Defines the settings of the solid filling style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SolidFillOptionsTypeConverter))]
public class SolidFillOptions :
FillOptionsBase
Remarks
This class doesn’t declare any specific properties since the solid filling style doesn’t require any specific settings except for an element’s background color.
Inheritance
Object
ChartElement
FillOptionsBase
SolidFillOptions
See Also