corelibraries-devexpress-dot-xtracharts-dot-rectanglegradientfilloptions.md
Gets or sets the background gradient’s direction.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public RectangleGradientMode GradientMode { get; set; }
Public Property GradientMode As RectangleGradientMode
| Type | Description |
|---|---|
| RectangleGradientMode |
A RectangleGradientMode enumeration value which specifies the linear gradient’s direction.
|
Available values:
Show 12 items
| Name | Description |
|---|---|
| TopToBottom |
Specifies a gradient from top to bottom.
| | BottomToTop |
Specifies a gradient from bottom to top.
| | LeftToRight |
Specifies a gradient from left to right.
| | RightToLeft |
Specifies a gradient from right to left.
| | TopLeftToBottomRight |
Specifies a gradient from upper left to lower right.
| | BottomRightToTopLeft |
Specifies a gradient from lower right to upper left.
| | TopRightToBottomLeft |
Specifies a gradient from upper right to lower left.
| | BottomLeftToTopRight |
Specifies a gradient from lower left to upper right.
| | FromCenterHorizontal |
Specifies a horizontal gradient that starts from the center.
| | ToCenterHorizontal |
Specifies a horizontal gradient that ends at the center.
| | FromCenterVertical |
Specifies a vertical gradient that starts from the center.
| | ToCenterVertical |
Specifies a vertical gradient that ends at the center.
|
Use the GradientMode property to specify the linear gradient’s direction.
See Also
RectangleGradientFillOptions Class