HighchartsKeltnerChannelsSeries constructor

HighchartsKeltnerChannelsSeries({
  1. List<List>? data,
  2. String? name,
  3. HighchartsKeltnerChannelsSeriesOptions? options,
  4. List? dataPoints,
})

A Keltner Channels indicator. If the type option is not specified, it is inherited fromchart.type.

API Docs: https://api.highcharts.com/highstock/series.keltnerchannels

Implementation

HighchartsKeltnerChannelsSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});