windowsforms-devexpress-dot-xtracharts-dot-designer-dot-polygongradientfilloptionsmodel.md
Gets or sets the value of the PolygonGradientFillOptions.GradientMode within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public PolygonGradientMode GradientMode { get; set; }
<PropertyForOptions>
Public Property GradientMode As PolygonGradientMode
| Type | Description |
|---|---|
| PolygonGradientMode |
The linear gradient direction.
|
Available values:
| 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.
| | ToCenter |
Specifies a gradient that ends at the center.
| | FromCenter |
Specifies a gradient that starts from the center.
|
See Also
PolygonGradientFillOptionsModel Class