HighchartsLangAccessibilityAxisOptions class
Axis description format strings.
API Docs: https://api.highcharts.com/highcharts/lang.accessibility.axis
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsLangAccessibilityAxisOptions
Constructors
- HighchartsLangAccessibilityAxisOptions.new({String? rangeCategories, String? rangeFromTo, String? timeRangeDays, String? timeRangeHours, String? timeRangeMinutes, String? timeRangeSeconds, String? xAxisDescriptionPlural, String? xAxisDescriptionSingular, String? yAxisDescriptionPlural, String? yAxisDescriptionSingular})
- Axis description format strings.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rangeCategories ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- rangeFromTo ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeRangeDays ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- timeRangeHours ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- timeRangeMinutes ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- timeRangeSeconds ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- xAxisDescriptionPlural ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- xAxisDescriptionSingular ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- yAxisDescriptionPlural ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- yAxisDescriptionSingular ↔ 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