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

GradientFillOptionsBase Class

Represents the base class for objects which define specific gradient filling options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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.

See Also