HighchartsSeriesSonificationTracksOptions constructor
HighchartsSeriesSonificationTracksOptions({
- HighchartsSonificationGlobalTracksMappingOptions? mapping,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- Map<
String, dynamic> ? instrument, - String? midiName,
- HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
- bool? roundToMusicalNotes,
- bool? showPlayMarker,
- String? type,
Tracks for this series.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification.tracks
Implementation
HighchartsSeriesSonificationTracksOptions(
{this.mapping,
this.activeWhen,
this.instrument,
this.midiName,
this.pointGrouping,
this.roundToMusicalNotes,
this.showPlayMarker,
this.type});