HighchartsPriceEnvelopesSeriesParamsOptions constructor

HighchartsPriceEnvelopesSeriesParamsOptions({
  1. double? bottomBand,
  2. double? index,
  3. double? period,
  4. double? topBand,
})

Highcharts Options Widget.

Implementation

HighchartsPriceEnvelopesSeriesParamsOptions(
    {this.bottomBand, this.index, this.period, this.topBand});