tickPositioner property

HighchartsCallback? tickPositioner
getter/setter pair

A callback function returning array defining where the ticks are laid out on the axis. This overrides the default behaviour of tickPixelInterval and tickInterval. The automatic tick positions are accessible through this.tickPositions and can be modified by the callback.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.tickPositioner

Implementation

HighchartsCallback? tickPositioner;