HighchartsPCSeries constructor
HighchartsPCSeries({
- List<
List> ? data, - String? name,
- HighchartsPCSeriesOptions? options,
- List? dataPoints,
A Price channel indicator. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsPCSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});