HighchartsSonificationDefaultInstrumentMappingTimeOptions constructor
HighchartsSonificationDefaultInstrumentMappingTimeOptions({})
Time mapping determines what time each point plays. It is defined as an offset in milliseconds, where 0 means it plays immediately when the chart is sonified.
API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.mapping.time
Implementation
HighchartsSonificationDefaultInstrumentMappingTimeOptions(
{this.mapFunction,
this.mapTo,
this.max,
this.min,
this.value,
this.within});