HighchartsZigzagSeriesParamsOptions constructor

HighchartsZigzagSeriesParamsOptions({
  1. double? deviation,
  2. double? highIndex,
  3. double? lowIndex,
})

Highcharts Options Widget.

Implementation

HighchartsZigzagSeriesParamsOptions(
    {this.deviation, this.highIndex, this.lowIndex});