HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions class
Options for the keyboard navigation of data points and series.
API Docs: https://api.highcharts.com/highcharts/accessibility.keyboardNavigation.seriesNavigation
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions
Constructors
- Options for the keyboard navigation of data points and series.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ String?
-
Set the keyboard navigation mode for the chart. Can be
"normal" or "serialize". In normal mode, left/right arrow
keys move between points in a series, while up/down arrow
keys move between series. Up/down navigation acts
intelligently to figure out which series makes sense to move
to from any given point.
getter/setter pair
-
When a series contains more points than this, we no longer
allow keyboard navigation for it.
getter/setter pair
- rememberPointFocus ↔ bool?
-
Remember which point was focused even after navigating away
from the series, so that when navigating back to the series
you start at the last focused point.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipNullPoints ↔ String?
-
Skip null points when navigating through points with the
keyboard. By default this is the opposite of
series.nullInteraction.
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