HighchartsABandsSeriesParamsOptions constructor

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

Parameters used in calculation of regression series' points.

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

Implementation

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