HighchartsXAxisTitleStyleOptions constructor

HighchartsXAxisTitleStyleOptions({
  1. String? color,
  2. dynamic fontSize,
})

CSS styles for the title. If the title text is longer than the axis length, it will wrap to multiple lines by default. This can be customized by setting the lineClamp property, by setting a specific width or by setting whiteSpace: 'nowrap'.

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

Implementation

HighchartsXAxisTitleStyleOptions({this.color, this.fontSize});