plotBands property
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/xAxis.plotBands
Implementation
List<HighchartsXAxisPlotBandsOptions>? plotBands;