minValue property

double? minValue
getter/setter pair

The minimum value at which items are placed into buckets.

Values that are less than the minimum are grouped into a single bucket. If omitted, it is determined by the minimum item value.

Implementation

core.double? minValue;