distance property
dynamic
distance
getter/setter pair
The label's pixel distance from the perimeter of the plot area.
On cartesian charts, this is overridden if the labels.y
setting
is set.
On polar charts, if it's a percentage string, it is interpreted the same as series.radius, so the label can be aligned under the gauge's shape.
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.labels.distance
Implementation
dynamic distance;