reserveSpace property
Whether to reserve space for the labels. By default, space is reserved for the labels in these cases:
- On all horizontal axes.
- On vertical axes if
label.align
isright
on a left-side axis orleft
on a right-side axis. - On vertical axes if
label.align
iscenter
.
This can be turned off when for example the labels are rendered inside the plot area instead of outside.
API Docs: https://api.highcharts.com/highcharts/yAxis.labels.reserveSpace
Implementation
bool? reserveSpace;