corelibraries-devexpress-dot-xtracharts-e3a0e81b.md
Defines the settings of the gradient filling style.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class PolygonGradientFillOptions :
GradientFillOptionsBase,
IGradientFillOptions<PolygonGradientMode>
Public Class PolygonGradientFillOptions
Inherits GradientFillOptionsBase
Implements IGradientFillOptions(Of PolygonGradientMode)
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).
Object ChartElement FillOptionsBase FillOptionsColor2Base GradientFillOptionsBase PolygonGradientFillOptions
See Also