HighchartsMapNavigationButtonsZoomOutOptions class
Options for the zoom out button. Properties for the zoom in and
zoom out buttons are inherited from
mapNavigation.buttonOptions, while
individual options can be overridden. By default, the onclick
,
text
and y
options are individual.
API Docs: https://api.highcharts.com/highcharts/mapNavigation.buttons.zoomOut
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsMapNavigationButtonsZoomOutOptions
Constructors
-
Options for the zoom out button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the
onclick
,text
andy
options are individual.
Properties
- align ↔ String?
-
The alignment of the navigation buttons.
getter/setter pair
- alignTo ↔ String?
-
What box to align the buttons to. Possible values are
plotBox
andspacingBox
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
The pixel height of the map navigation buttons.
getter/setter pair
- onclick ↔ String?
-
Click handler for the button.
getter/setter pair
- padding ↔ double?
-
Padding for the navigation buttons.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
style
↔ Map<
String, String> ? -
Text styles for the map navigation buttons.
getter/setter pair
- text ↔ dynamic
-
The text for the button. The tooltip (title) is a language option
given by lang.zoomOut.
getter/setter pair
- theme ↔ String?
-
A configuration object for the button theme. The object accepts
SVG properties like
stroke-width
,stroke
andfill
. Tri-state button styles are supported by thestates.hover
andstates.select
objects.getter/setter pair - verticalAlign ↔ String?
-
The vertical alignment of the buttons. Individual alignment can
be adjusted by each button's
y
offset.getter/setter pair - width ↔ double?
-
The width of the map navigation buttons.
getter/setter pair
- x ↔ double?
-
The X offset of the buttons relative to its
align
setting.getter/setter pair - y ↔ double?
-
The position of the zoomOut button relative to the vertical
alignment.
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