HighchartsYAxisPlotBandsOptions constructor

HighchartsYAxisPlotBandsOptions({
  1. bool? acrossPanes,
  2. String? borderColor,
  3. dynamic borderRadius,
  4. double? borderWidth,
  5. String? className,
  6. String? color,
  7. HighchartsXAxisPlotBandsEventsOptions? events,
  8. dynamic from,
  9. String? id,
  10. dynamic innerRadius,
  11. HighchartsXAxisPlotBandsLabelOptions? label,
  12. dynamic outerRadius,
  13. dynamic thickness,
  14. dynamic to,
  15. double? zIndex,
})

Highcharts Options Widget.

Implementation

HighchartsYAxisPlotBandsOptions(
    {this.acrossPanes,
    this.borderColor,
    this.borderRadius,
    this.borderWidth,
    this.className,
    this.color,
    this.events,
    this.from,
    this.id,
    this.innerRadius,
    this.label,
    this.outerRadius,
    this.thickness,
    this.to,
    this.zIndex});