HighchartsSonificationDefaultInstrumentPointGroupingOptions constructor

HighchartsSonificationDefaultInstrumentPointGroupingOptions({
  1. String? algorithm,
  2. bool? enabled,
  3. double? groupTimespan,
  4. String? prop,
})

Options for point grouping, specifically for instrument tracks.

API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.pointGrouping

Implementation

HighchartsSonificationDefaultInstrumentPointGroupingOptions(
    {this.algorithm, this.enabled, this.groupTimespan, this.prop});