FormatConditionRangeGradient.ActualPredefinedType Property
Gets the predefined color gradient used to apply conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly:
DevExpress.Dashboard.v24.1.Core.dll
NuGet Package:
DevExpress.Dashboard.Core
Declaration
public virtual FormatConditionRangeGradientPredefinedType ActualPredefinedType { get; }
Public Overridable ReadOnly Property ActualPredefinedType As FormatConditionRangeGradientPredefinedType
Property Value
Available values:
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.
|
See Also