HighchartsSubtitleOptions constructor
HighchartsSubtitleOptions({})
The chart's subtitle. This can be used both to display a subtitle below the main title, and to display random text anywhere in the chart. The subtitle can be updated after chart initialization through the Chart.setTitle
method.
Implementation
HighchartsSubtitleOptions(
{this.align,
this.floating,
this.style,
this.text,
this.useHTML,
this.verticalAlign,
this.x,
this.y});