minValueColorStyle property

ColorStyle? minValueColorStyle
getter/setter pair

The background color for cells with a color value less than or equal to minValue.

Defaults to #dc3912 if not specified. If min_value_color is also set, this field takes precedence.

Implementation

ColorStyle? minValueColorStyle;