HighchartsLinearRegressionSeriesParamsOptions constructor

HighchartsLinearRegressionSeriesParamsOptions({
  1. double? index,
  2. double? period,
  3. double? xAxisUnit,
})

Highcharts Options Widget.

Implementation

HighchartsLinearRegressionSeriesParamsOptions(
    {this.index, this.period, this.xAxisUnit});