HighchartsAroonSeriesParamsOptions constructor

HighchartsAroonSeriesParamsOptions({
  1. double? period,
})

Parameters used in calculation of aroon series points.

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

Implementation

HighchartsAroonSeriesParamsOptions({this.period});