bucketValues property

List<double> bucketValues

Access the values in the buckets of a histogram without labels.

Implementation

List<double> get bucketValues => _noLabelChild.bucketValues;