HighchartsSeriesSonificationDefaultInstrumentOptions constructor

HighchartsSeriesSonificationDefaultInstrumentOptions({
  1. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  2. Map<String, dynamic>? instrument,
  3. HighchartsSonificationDefaultInstrumentMappingOptions? mapping,
  4. String? midiName,
  5. HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
  6. bool? roundToMusicalNotes,
  7. bool? showPlayMarker,
  8. 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});