HighchartsVBPSeries constructor
HighchartsVBPSeries({
- List<
List> ? data, - String? name,
- HighchartsVBPSeriesOptions? options,
- List? dataPoints,
A Volume By Price (VBP)
series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsVBPSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});