Namespace: PP.Exp.Ui;
The TabTablePredefinedScale enumeration contains types of conditional formatting used in express report table.
It is used by the EaxCategoryView.getTableCFormatState method.
| Value | Brief description |
| RedGreen | Color cells by scaling their values with colors from red to green. |
| GreenRed | Color cells by scaling their values with colors from green to red. |
| BlueGradient | Color cells by applying blue gradient depending on their values. |
| GreenGradient | Color cells by applying green gradient depending on their values. |
| RedGradient | Color cells by applying red gradient depending on their values. |
| GreyGradient | Color cells by applying gray gradient depending on their values. |
See also: