HighchartsSMASeriesParamsOptions constructor

HighchartsSMASeriesParamsOptions({
  1. double? index,
  2. double? period,
})

Parameters used in calculation of regression series' points.

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

Implementation

HighchartsSMASeriesParamsOptions({this.index, this.period});