HighchartsKeltnerChannelsSeriesParamsOptions constructor

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

Parameters used in calculation of regression series' points.

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

Implementation

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