HighchartsLegendNavigationOptions class
Options for the paging or navigation appearing when the legend is overflown. Navigation works well on screen, but not in static exported images. One way of working around that is to increase the chart height in export.
API Docs: https://api.highcharts.com/highcharts/legend.navigation
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsLegendNavigationOptions
Constructors
- Options for the paging or navigation appearing when the legend is overflown. Navigation works well on screen, but not in static exported images. One way of working around that is to increase the chart height in export.
Properties
- activeColor ↔ String?
-
The color for the active up or down arrow in the legend page
navigation.
getter/setter pair
- animation ↔ dynamic
-
How to animate the pages when navigating up or down. A value of
true
applies the default navigation given in thechart.animation
option. Additional options can be given as an object containing values for easing and duration.getter/setter pair - arrowSize ↔ double?
-
The pixel size of the up and down arrows in the legend paging
navigation.
getter/setter pair
- enabled ↔ bool?
-
Whether to enable the legend navigation. In most cases, disabling
the navigation results in an unwanted overflow.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveColor ↔ String?
-
The color of the inactive up or down arrow in the legend page
navigation. .
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
style
↔ Map<
String, String> ? -
Text styles for the legend page navigation.
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