HighchartsSonificationDefaultInstrumentMappingTimeOptions constructor

HighchartsSonificationDefaultInstrumentMappingTimeOptions({
  1. String? mapFunction,
  2. String? mapTo,
  3. double? max,
  4. double? min,
  5. double? value,
  6. String? within,
})

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});