FillOptionsColor2Base Class
In This Article
Represents the base class for objects which define specific filling options using the second color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class FillOptionsColor2Base :
FillOptionsBase
#Remarks
The FillOptionsColor2Base class defines the second color (accessed via the FillOptionsColor2Base.Color2 property) which can be used in hatch and gradient filling, and serves as a base for the other fill options classes.
#Inheritance
See Also