HighchartsIKHSeriesParamsOptions constructor

HighchartsIKHSeriesParamsOptions({
  1. double? period,
  2. double? periodSenkouSpanB,
  3. double? periodTenkan,
})

Highcharts Options Widget.

Implementation

HighchartsIKHSeriesParamsOptions(
    {this.period, this.periodSenkouSpanB, this.periodTenkan});