maxValue property

double? maxValue
getter/setter pair

The maximum possible data value.

Cells with values greater than this will have the same color as cells with this value. If not specified, defaults to the actual maximum value from color_data, or the maximum value from size_data if color_data is not specified.

Implementation

core.double? maxValue;