HighchartsBBSeriesParamsOptions constructor

HighchartsBBSeriesParamsOptions({
  1. double? index,
  2. double? period,
  3. double? standardDeviation,
})

Parameters used in calculation of the regression points.

API Docs: https://api.highcharts.com/highcharts/series.bb.params

Implementation

HighchartsBBSeriesParamsOptions(
    {this.index, this.period, this.standardDeviation});