HighchartsDPOSeries constructor
HighchartsDPOSeries({
- List<
List> ? data, - String? name,
- HighchartsDPOSeriesOptions? options,
- List? dataPoints,
A Detrended Price Oscillator. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsDPOSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});