HighchartsCaptionOptions constructor
HighchartsCaptionOptions({})
The chart's caption, which will render below the chart and will be part of exported charts. The caption can be updated after chart initialization through the Chart.update
or Chart.caption.update
methods.
Implementation
HighchartsCaptionOptions(
{this.align,
this.floating,
this.margin,
this.style,
this.text,
this.useHTML,
this.verticalAlign,
this.x,
this.y});