HighchartsSonificationPointGroupingOptions constructor

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

Options for grouping data points together when sonifying. This allows for the visual presentation to contain more points than what is being played. If not enabled, all visible / uncropped points are played.

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

Implementation

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