PolygonGradientMode Enum
Lists the values that specify the direction of a gradient within a polygon element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PolygonGradientMode
Members
| Name | Description |
|---|---|
TopToBottom
|
|
BottomToTop
|
|
LeftToRight
|
|
RightToLeft
|
|
TopLeftToBottomRight
|
|
BottomRightToTopLeft
|
|
TopRightToBottomLeft
|
|
BottomLeftToTopRight
|
|
ToCenter
|
|
FromCenter
|
|
Related API Members
The following properties accept/return PolygonGradientMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PolygonGradientFillOptions.GradientMode |
| WinForms Controls | PolygonGradientFillOptionsModel.GradientMode |
Remarks
The values listed by the PolygonGradientMode enumeration are used to set the PolygonGradientFillOptions.GradientMode property.
Specifies a gradient from top to bottom.
Specifies a gradient from bottom to top.
Specifies a gradient from left to right.
Specifies a gradient from right to left.
Specifies a gradient from upper left to lower right.
Specifies a gradient from lower right to upper left.
Specifies a gradient from upper right to lower left.
Specifies a gradient from lower left to upper right.
Specifies a gradient that ends at the center.
Specifies a gradient that starts from the center.