HighchartsChaikinSeries constructor
HighchartsChaikinSeries({
- List<
List> ? data, - String? name,
- HighchartsChaikinSeriesOptions? options,
- List? dataPoints,
A Chaikin Oscillator
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highstock/series.chaikin
Implementation
HighchartsChaikinSeries({
this.data,
this.name,
this.options,
this.dataPoints,
});