autoRotationLimit property
When each category width is more than this many pixels, we don't apply auto rotation. Instead, we lay out the axis label with word wrap. A lower limit makes sense when the label contains multiple short words that don't extend the available horizontal space for each label.
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.labels.autoRotationLimit
Implementation
double? autoRotationLimit;