breakSize property

double? breakSize
getter/setter pair

A number indicating how much space should be left between the start and the end of the break. The break size is given in axis units, so for instance on a datetime axis, a break size of 3600000 would indicate the equivalent of an hour.

API Docs: https://api.highcharts.com/highcharts/xAxis.breaks.breakSize

Implementation

double? breakSize;