HistogramChartSpec constructor

HistogramChartSpec({
  1. double? bucketSize,
  2. String? legendPosition,
  3. double? outlierPercentile,
  4. List<HistogramSeries>? series,
  5. bool? showItemDividers,
})

Implementation

HistogramChartSpec({
  this.bucketSize,
  this.legendPosition,
  this.outlierPercentile,
  this.series,
  this.showItemDividers,
});