HighchartsSonificationDefaultSpeechMappingPitchOptions class

Speech pitch (how high/low the voice is) multiplier.

API Docs: https://api.highcharts.com/highcharts/sonification.defaultSpeechOptions.mapping.pitch

Inheritance

Constructors

HighchartsSonificationDefaultSpeechMappingPitchOptions.new({String? mapTo, String? max, String? min, String? within, String? mapFunction, double? value})
Speech pitch (how high/low the voice is) multiplier.

Properties

hashCode int
The hash code for this object.
no setterinherited
mapFunction String?
How to perform the mapping.
getter/setter pair
mapTo String?
Highcharts Options Widget.
getter/setter pair
max String?
Highcharts Options Widget.
getter/setter pair
min String?
Highcharts Options Widget.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
A fixed value to use for the prop when mapping.
getter/setter pair
within String?
Highcharts Options Widget.
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