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