pane property

List<HighchartsPaneOptions>? pane
getter/setter pair

The pane serves as a container for axes and backgrounds for circular gauges and polar charts.

When used in Highcharts.setOptions for theming, the pane must be a single object, otherwise arrays are supported.

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

Implementation

List<HighchartsPaneOptions>? pane;