HighchartsKlingerSeries constructor
HighchartsKlingerSeries({
- List<
List> ? data, - String? name,
- HighchartsKlingerSeriesOptions? options,
- List? dataPoints,
A Klinger oscillator. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highstock/series.klinger
Implementation
HighchartsKlingerSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});