step property

num? step
final

(Highcharts, Highstock, Highmaps) To show only every n'th label on the axis, set the step to n. Setting the step to 2 shows every other label.

Implementation

final num? step;