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