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

RectangleGradientFillOptions Class

Defines the settings of the gradient filling style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class RectangleGradientFillOptions :
    GradientFillOptionsBase,
    IGradientFillOptions<RectangleGradientMode>

Remarks

The RectangleGradientFillOptions class contains filling settings which are specific to a particular gradient fill.

In addition to the properties and methods inherited from the base FillOptionsBase class the RectangleGradientFillOptions class exposes the RectangleGradientFillOptions.GradientMode property that allows you to specify the background gradient’s direction.

An object of the RectangleGradientFillOptions type can be accessed via the FillStyleBase.Options property of a fill style object that belongs to a specific chart element (such as a bar or pie series view, simple marker or strip).

See Also