GradientFillOptionsBase Class
In This Article
Represents the base class for objects which define specific gradient filling options.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class GradientFillOptionsBase :
FillOptionsColor2Base
#Remarks
The GradientFillOptionsBase class defines the common fill options that relate to gradient filling and serves as a base for the RectangleGradientFillOptions class.
#Inheritance
See Also