UColorScaleConfig
Color Scale configuration Object for the conditional format
public struct UColorScaleConfig
Remarks
Represents an individual configuration entry in a color scale rule, defining a color, index, and value to map in the formatting scale.
Properties
Property | Type | Description |
---|---|---|
index | int | Color index |
color | string | Color (in hexadecimal) |
value | UValueConfig | Value for the Color scale to apply |