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