caption property

HighchartsCaptionOptions? caption
getter/setter pair

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.

API Docs: https://api.highcharts.com/highcharts/caption

Implementation

HighchartsCaptionOptions? caption;