# Type alias DataColorCondition
DataColorCondition:
object
Color condition for ConditionalDataColorOptions represented as a logical expression.
See ConditionalDataColorOptions for examples.
# See
# Type declaration
# color
color: string
Color for this condition
# expression
expression: string
Expression representing the data value
# operator
operator: "<"
| ">"
| "≤"
| "<="
| "≥"
| ">="
| "="
| "≠"
| "!="
Supported operators for expression