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

PolygonGradientFillOptions Class

Defines the settings of the gradient filling style.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class PolygonGradientFillOptions :
    GradientFillOptionsBase,
    IGradientFillOptions<PolygonGradientMode>

Remarks

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

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

An object of the PolygonGradientFillOptions type can be accessed via the FillStyleBase.Options property of a fill style object that belongs to a specific polygon chart element (such as a pie series view, for instance).

See Also