HighchartsXAxisLabelsStyleOptions constructor

HighchartsXAxisLabelsStyleOptions({
  1. String? color,
  2. String? cursor,
  3. dynamic fontSize,
  4. String? textOverflow,
})

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

API Docs: https://api.highcharts.com/highcharts/xAxis.labels.style

Implementation

HighchartsXAxisLabelsStyleOptions(
    {this.color, this.cursor, this.fontSize, this.textOverflow});