FormatConditionRangeGradientPredefinedType Enum
Lists predefined color gradients used to apply conditional formatting using value ranges.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Gradient is not specified. |
Custom
|
A custom gradient. To specify start/end colors for the custom gradient, create a pair of Appearance |
Green
|
The Green/White gradient. |
White
|
The White/Green gradient. |
Red
|
The Red/White gradient. |
White
|
The White/Red gradient. |
Yellow
|
The Yellow/Green gradient. |
Green
|
The Green/Yellow gradient. |
Yellow
|
The Yellow/Red gradient. |
Red
|
The Red/Yellow gradient. |
Blue
|
The Blue/White gradient. |
White
|
The White/Blue gradient. |
Blue
|
The Blue/Red gradient. |
Red
|
The Red/Blue gradient. |
Yellow
|
The Yellow/Blue gradient. |
Blue
|
The Blue/Yellow gradient. |
Green
|
The Green/Blue gradient. |
Blue
|
The Blue/Green gradient. |
Green
|
The Green/White/Blue gradient. |
Blue
|
The Blue/White/Green gradient. |
Blue
|
The Blue/White/Red gradient. |
Red
|
The Red/White/Blue gradient. |
Green
|
The Green/White/Red gradient. |
Red
|
The Red/White/Green gradient. |
Green
|
The Green/Yellow/Red gradient. |
Red
|
The Red/Yellow/Green gradient. |
Blue
|
The Blue/Yellow/Red gradient. |
Red
|
The Red/Yellow/Blue gradient. |
Green
|
The Green/Yellow/Blue gradient. |
Blue
|
The Blue/Yellow/Green gradient. |
#Related API Members
The following properties accept/return FormatConditionRangeGradientPredefinedType values:
#Remarks
To use a predefined set of start/end colors to create a color gradient, pass the required FormatConditionRangeGradientPredefinedType enumeration value to the FormatConditionRangeGradient constructor.