HighchartsSonificationGlobalTracksOptions constructor

HighchartsSonificationGlobalTracksOptions({
  1. HighchartsSonificationGlobalTracksMappingOptions? mapping,
  2. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  3. Map<String, dynamic>? instrument,
  4. String? midiName,
  5. HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
  6. bool? roundToMusicalNotes,
  7. bool? showPlayMarker,
  8. String? type,
})

Global tracks to add to every series.

API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks

Implementation

HighchartsSonificationGlobalTracksOptions(
    {this.mapping,
    this.activeWhen,
    this.instrument,
    this.midiName,
    this.pointGrouping,
    this.roundToMusicalNotes,
    this.showPlayMarker,
    this.type});