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