HighchartsSonificationGlobalTracksOptions constructor
HighchartsSonificationGlobalTracksOptions({
- HighchartsSonificationGlobalTracksMappingOptions? mapping,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- Map<
String, dynamic> ? instrument, - String? midiName,
- HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
- bool? roundToMusicalNotes,
- bool? showPlayMarker,
- 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});