Skip to main content
A newer version of this page is available. .

FillOptionsColor2Base Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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