PolygonGradientMode Enum
Lists the values that specify the direction of a gradient within a polygon element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PolygonGradientMode
#Members
Name | Description |
---|---|
Top
|
|
Bottom
|
|
Left
|
|
Right
|
|
Top
|
|
Bottom
|
|
Top
|
|
Bottom
|
|
To
|
|
From
|
|
#Related API Members
The following properties accept/return PolygonGradientMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Polygon |
Win |
Polygon |
#Remarks
The values listed by the PolygonGradientMode enumeration are used to set the PolygonGradientFillOptions.GradientMode property.