HighchartsLinearRegressionInterceptSeriesParamsOptions constructor

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

Highcharts Options Widget.

Implementation

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