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