HighchartsSeriesSonificationOptions class
Sonification/audio chart options for a series.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.sonification
- Inheritance
 - 
    
- Object
 - HighchartsOptionsBase
 - HighchartsSeriesSonificationOptions
 
 
Constructors
- 
          HighchartsSeriesSonificationOptions({List<
HighchartsSeriesSonificationContextTracksOptions> ? contextTracks, HighchartsSeriesSonificationDefaultInstrumentOptions? defaultInstrumentOptions, HighchartsSeriesSonificationDefaultSpeechOptions? defaultSpeechOptions, bool? enabled, HighchartsSeriesSonificationPointGroupingOptions? pointGrouping, List<HighchartsSeriesSonificationTracksOptions> ? tracks}) - Sonification/audio chart options for a series.
 
Properties
- 
  contextTracks
  ↔ List<
HighchartsSeriesSonificationContextTracksOptions> ? - 
  Context tracks for this series. Context tracks are tracks that are not
tied to data points.
  getter/setter pair
 - defaultInstrumentOptions ↔ HighchartsSeriesSonificationDefaultInstrumentOptions?
 - 
  Default options for all this series' instrument tracks.
  getter/setter pair
 - defaultSpeechOptions ↔ HighchartsSeriesSonificationDefaultSpeechOptions?
 - 
  Default options for all this series' speech tracks.
  getter/setter pair
 - enabled ↔ bool?
 - 
  Whether or not sonification is enabled for this series.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - pointGrouping ↔ HighchartsSeriesSonificationPointGroupingOptions?
 - 
  Sonification point grouping options for this series.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  tracks
  ↔ List<
HighchartsSeriesSonificationTracksOptions> ? - 
  Tracks for this series.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJSON(
) → String  - 
  Serializes the settings to a JSON string.
  inherited
 - 
  toOptionsJSON(
StringBuffer buffer) → void  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited