Enum ColorScale
Enum class that contains some predefined color scale values. This color codes allows user to apply the color scale values based on their conditions.
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public enum ColorScale
Fields
| Name | Description |
|---|---|
| BlueWhiteRed | Gradient color scale value of blue, white and red colors. |
| GreenWhite | Gradient color scale value of green and white colors. |
| GreenWhiteRed | Gradient color scale value of green, white and red colors. |
| GreenYellow | Gradient color scale value of green and yellow colors. |
| GreenYellowRed | Gradient color scale value of green, yellow and red colors. |
| None | Denotes no coloscale applied |
| RedWhite | Gradient color scale value of red and white colors. |
| RedWhiteBlue | Gradient color scale value of red, white and blue colors. |
| RedWhiteGreen | Gradient color scale value of red, white and green colors. |
| RedYellowGreen | Gradient color scale value of red, yellow and green colors. |
| WhiteGreen | Gradient color scale value of white and green colors. |
| WhiteRed | Gradient color scale value of white and red colors. |
| YellowGreen | Gradient color scale value of yellow and green colors. |