tickPixelInterval property

double? tickPixelInterval
getter/setter pair

If tickInterval is null this option sets the approximate pixel interval of the tick marks. Not applicable to categorized axis.

The tick interval is also influenced by the minTickInterval option, that, by default prevents ticks from being denser than the data points.

API Docs: https://api.highcharts.com/highcharts/zAxis.tickPixelInterval

Implementation

double? tickPixelInterval;