style property

HighchartsXAxisLabelsStyleOptions? style
getter/setter pair

CSS styles for the label. Use lineClamp to control wrapping of category labels. Use textOverflow: 'none' to prevent ellipsis (dots).

In styled mode, the labels are styled with the .highcharts-axis-labels class.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes.labels.style

Implementation

HighchartsXAxisLabelsStyleOptions? style;