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