HighchartsYAxisPlotBandsOptions constructor
HighchartsYAxisPlotBandsOptions({
- bool? acrossPanes,
- String? borderColor,
- dynamic borderRadius,
- double? borderWidth,
- String? className,
- String? color,
- HighchartsXAxisPlotBandsEventsOptions? events,
- dynamic from,
- String? id,
- dynamic innerRadius,
- HighchartsXAxisPlotBandsLabelOptions? label,
- dynamic outerRadius,
- dynamic thickness,
- dynamic to,
- 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});