interval property
read / write
To set the histogram bar interval, applicable when aggregations value is set to ["histogram"]
.
Defaults to Math.ceil((range.end - range.start) / 100) || 1
.
Implementation
int interval;
To set the histogram bar interval, applicable when aggregations value is set to ["histogram"]
.
Defaults to Math.ceil((range.end - range.start) / 100) || 1
.
int interval;