# Type alias DataColorCondition

DataColorCondition: object

Color condition for ConditionalDataColorOptions represented as a logical expression.

See ConditionalDataColorOptions for usage examples.

# Type declaration

# color

color: string

Color for this condition


# expression

expression: string

Expression representing the data value


# operator

operator: "<" | ">" | "≤" | "<=" | "≥" | ">=" | "=" | "≠" | "!="

Supported operators for expression