plotBands property

List<HighchartsXAxisPlotBandsOptions>? plotBands
getter/setter pair

An array of colored bands stretching across the plot area marking an interval on the axis.

In styled mode, the plot bands are styled by the .highcharts-plot-band class in addition to the className option.

API Docs: https://api.highcharts.com/highcharts/zAxis.plotBands

Implementation

List<HighchartsXAxisPlotBandsOptions>? plotBands;