binWidth property

double? binWidth
getter/setter pair

Width of each bin. By default the bin's width is calculated as (max - min) / number of bins. This option takes precedence over binsNumber.

API Docs: https://api.highcharts.com/highcharts/series.histogram.binWidth

Implementation

double? binWidth;