time property
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.
By default time is mapped to x
, meaning points with the
lowest x
value plays first, and points with the highest
x
value plays last.
Can be set to a fixed value, a prop to map to, a function, or a mapping object.
API Docs: https://api.highcharts.com/highcharts/sonification.defaultInstrumentOptions.mapping.time
Implementation
HighchartsSonificationDefaultInstrumentMappingTimeOptions? time;