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