HighchartsSlowStochasticSeries constructor
HighchartsSlowStochasticSeries({
- List<
List> ? data, - String? name,
- HighchartsSlowStochasticSeriesOptions? options,
- List? dataPoints,
A Slow Stochastic indicator. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highstock/series.slowstochastic
Implementation
HighchartsSlowStochasticSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});