dashboard-devexpress-dot-dashboardcommon-b2ae86d1.md
Lists predefined color gradients used to apply conditional formatting using value ranges.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum FormatConditionRangeGradientPredefinedType
Public Enum FormatConditionRangeGradientPredefinedType
| Name | Description |
|---|---|
None |
Gradient is not specified.
|
| Custom |
A custom gradient. To specify start/end colors for the custom gradient, create a pair of AppearanceSettings objects, specify their AppearanceSettings.BackColor properties and assign the resulting objects to the FormatConditionRangeGradient.StartStyle/FormatConditionRangeGradient.EndStyle properties.
|
| GreenWhite |
The Green/White gradient.
|
| WhiteGreen |
The White/Green gradient.
|
| RedWhite |
The Red/White gradient.
|
| WhiteRed |
The White/Red gradient.
|
| YellowGreen |
The Yellow/Green gradient.
|
| GreenYellow |
The Green/Yellow gradient.
|
| YellowRed |
The Yellow/Red gradient.
|
| RedYellow |
The Red/Yellow gradient.
|
| BlueWhite |
The Blue/White gradient.
|
| WhiteBlue |
The White/Blue gradient.
|
| BlueRed |
The Blue/Red gradient.
|
| RedBlue |
The Red/Blue gradient.
|
| YellowBlue |
The Yellow/Blue gradient.
|
| BlueYellow |
The Blue/Yellow gradient.
|
| GreenBlue |
The Green/Blue gradient.
|
| BlueGreen |
The Blue/Green gradient.
|
| GreenWhiteBlue |
The Green/White/Blue gradient.
|
| BlueWhiteGreen |
The Blue/White/Green gradient.
|
| BlueWhiteRed |
The Blue/White/Red gradient.
|
| RedWhiteBlue |
The Red/White/Blue gradient.
|
| GreenWhiteRed |
The Green/White/Red gradient.
|
| RedWhiteGreen |
The Red/White/Green gradient.
|
| GreenYellowRed |
The Green/Yellow/Red gradient.
|
| RedYellowGreen |
The Red/Yellow/Green gradient.
|
| BlueYellowRed |
The Blue/Yellow/Red gradient.
|
| RedYellowBlue |
The Red/Yellow/Blue gradient.
|
| GreenYellowBlue |
The Green/Yellow/Blue gradient.
|
| BlueYellowGreen |
The Blue/Yellow/Green gradient.
|
The following properties accept/return FormatConditionRangeGradientPredefinedType values:
To use a predefined set of start/end colors to create a color gradient, pass the required FormatConditionRangeGradientPredefinedType enumeration value to the FormatConditionRangeGradient constructor.
See Also