bucketSize property

double? bucketSize
getter/setter pair

By default the bucket size (the range of values stacked in a single column) is chosen automatically, but it may be overridden here.

E.g., A bucket size of 1.5 results in buckets from 0 - 1.5, 1.5 - 3.0, etc. Cannot be negative. This field is optional.

Implementation

core.double? bucketSize;