Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RectangleGradientFillOptionsModel.GradientMode Property

Gets or sets the value of the RectangleGradientFillOptions.GradientMode within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

[PropertyForOptions]
public RectangleGradientMode GradientMode { get; set; }

#Property Value

Type Description
RectangleGradientMode

The linear gradient direction.

Available values:

Show 12 items
Name Description
TopToBottom

fsTopToBottom Specifies a gradient from top to bottom.

BottomToTop

fsBottomToTop Specifies a gradient from bottom to top.

LeftToRight

fsLeftToRight Specifies a gradient from left to right.

RightToLeft

fsRightToLeft Specifies a gradient from right to left.

TopLeftToBottomRight

fsTopLeftToBottomRight Specifies a gradient from upper left to lower right.

BottomRightToTopLeft

fsBottomRightToTopLeft Specifies a gradient from lower right to upper left.

TopRightToBottomLeft

fsTopRightToBottomLeft Specifies a gradient from upper right to lower left.

BottomLeftToTopRight

fsBottomLeftToTopRight Specifies a gradient from lower left to upper right.

FromCenterHorizontal

fsFromCenterHorz Specifies a horizontal gradient that starts from the center.

ToCenterHorizontal

fsToCenterHorz Specifies a horizontal gradient that ends at the center.

FromCenterVertical

fsFromCenterVert Specifies a vertical gradient that starts from the center.

ToCenterVertical

fsToCenterVert Specifies a vertical gradient that ends at the center.

See Also