maxValue property

double? maxValue
getter/setter pair

The maximum value at which items are placed into buckets.

Values greater than the maximum are grouped into a single bucket. If omitted, it is determined by the maximum item value.

Implementation

core.double? maxValue;