RectangleGradientFillOptionsModel.GradientMode Property
Gets or sets the value of the RectangleGradientFillOptions.GradientMode within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| RectangleGradientMode | The linear gradient direction. |
Available values:
| Name | Description |
|---|---|
| TopToBottom |
|
| BottomToTop |
|
| LeftToRight |
|
| RightToLeft |
|
| TopLeftToBottomRight |
|
| BottomRightToTopLeft |
|
| TopRightToBottomLeft |
|
| BottomLeftToTopRight |
|
| FromCenterHorizontal |
|
| ToCenterHorizontal |
|
| FromCenterVertical |
|
| ToCenterVertical |
|
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 horizontal gradient that starts from the center.
Specifies a horizontal gradient that ends at the center.
Specifies a vertical gradient that starts from the center.
Specifies a vertical gradient that ends at the center.