Skip to main content

FillOptionsColor2Base Class

Represents the base class for objects which define specific filling options using the second color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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.

See Also