HighchartsSeriesZonesOptions constructor
HighchartsSeriesZonesOptions({})
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});