maxValue property
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;
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.
core.double? maxValue;