HighchartsAPOSeries constructor
HighchartsAPOSeries({
- List<
List> ? data, - String? name,
- HighchartsAPOSeriesOptions? options,
- List? dataPoints,
An Absolute Price Oscillator
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsAPOSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});