HighchartsVWAPSeries constructor
HighchartsVWAPSeries({
- List<
List> ? data, - String? name,
- HighchartsVWAPSeriesOptions? options,
- List? dataPoints,
A Volume Weighted Average Price (VWAP)
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsVWAPSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});