HighchartsSeriesZonesOptions constructor

HighchartsSeriesZonesOptions({
  1. String? className,
  2. String? color,
  3. String? dashStyle,
  4. String? fillColor,
  5. double? value,
})

An array defining zones within a series. Zones can be applied to the X axis, Y axis or Z axis for bubbles, according to the zoneAxis option. The zone definitions have to be in ascending order regarding to the value.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.zones

Implementation

HighchartsSeriesZonesOptions(
    {this.className, this.color, this.dashStyle, this.fillColor, this.value});