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