HighchartsSeriesSonificationContextTracksOptions constructor

HighchartsSeriesSonificationContextTracksOptions({
  1. double? timeInterval,
  2. double? valueInterval,
  3. String? valueMapFunction,
  4. String? valueProp,
  5. HighchartsSonificationGlobalTracksMappingOptions? mapping,
  6. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  7. Map<String, dynamic>? instrument,
  8. String? midiName,
  9. HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
  10. bool? roundToMusicalNotes,
  11. bool? showPlayMarker,
  12. String? type,
})

Context tracks for this series. Context tracks are tracks that are not tied to data points.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification.contextTracks

Implementation

HighchartsSeriesSonificationContextTracksOptions(
    {this.timeInterval,
    this.valueInterval,
    this.valueMapFunction,
    this.valueProp,
    this.mapping,
    this.activeWhen,
    this.instrument,
    this.midiName,
    this.pointGrouping,
    this.roundToMusicalNotes,
    this.showPlayMarker,
    this.type});