Back to Devexpress

PolygonGradientFillOptions Class

corelibraries-devexpress-dot-xtracharts-e3a0e81b.md

latest2.3 KB
Original Source

PolygonGradientFillOptions Class

Defines the settings of the gradient filling style.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PolygonGradientFillOptions :
    GradientFillOptionsBase,
    IGradientFillOptions<PolygonGradientMode>
vb
Public Class PolygonGradientFillOptions
    Inherits GradientFillOptionsBase
    Implements IGradientFillOptions(Of 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).

Inheritance

Object ChartElement FillOptionsBase FillOptionsColor2Base GradientFillOptionsBase PolygonGradientFillOptions

See Also

PolygonGradientFillOptions Members

GradientFillOptionsBase

DevExpress.XtraCharts Namespace