HighchartsXAxisPlotBandsOptions constructor

HighchartsXAxisPlotBandsOptions({
  1. String? borderColor,
  2. dynamic borderRadius,
  3. double? borderWidth,
  4. String? className,
  5. String? color,
  6. HighchartsXAxisPlotBandsEventsOptions? events,
  7. dynamic from,
  8. String? id,
  9. HighchartsXAxisPlotBandsLabelOptions? label,
  10. dynamic to,
  11. double? zIndex,
})

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

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

Implementation

HighchartsXAxisPlotBandsOptions(
    {this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.events,
    this.from,
    this.id,
    this.label,
    this.to,
    this.zIndex});