HighchartsSeriesSonificationContextTracksOptions constructor
HighchartsSeriesSonificationContextTracksOptions({
- double? timeInterval,
- double? valueInterval,
- String? valueMapFunction,
- String? valueProp,
- HighchartsSonificationGlobalTracksMappingOptions? mapping,
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
- Map<
String, dynamic> ? instrument, - String? midiName,
- HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
- bool? roundToMusicalNotes,
- bool? showPlayMarker,
- String? type,
Context tracks for this series. Context tracks are tracks that are not tied to data points.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification.contextTracks
Implementation
HighchartsSeriesSonificationContextTracksOptions(
{this.timeInterval,
this.valueInterval,
this.valueMapFunction,
this.valueProp,
this.mapping,
this.activeWhen,
this.instrument,
this.midiName,
this.pointGrouping,
this.roundToMusicalNotes,
this.showPlayMarker,
this.type});