PolygonGradientFillOptions.GradientMode Property
Gets or sets the background gradient’s direction.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
PolygonGradientMode | A PolygonGradientMode enumeration value which specifies the gradient’s direction. |
Available values:
Name | Description |
---|---|
TopToBottom |
|
BottomToTop |
|
LeftToRight |
|
RightToLeft |
|
TopLeftToBottomRight |
|
BottomRightToTopLeft |
|
TopRightToBottomLeft |
|
BottomLeftToTopRight |
|
ToCenter |
|
FromCenter |
|
Remarks
Use the GradientMode property to specify the gradient’s direction used to fill a polygon chart element.