HighchartsMapNavigationButtonsZoomInOptions class

Options for the zoom in 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.zoomIn

Inheritance

Constructors

HighchartsMapNavigationButtonsZoomInOptions.new({String? onclick, dynamic text, double? y, String? align, String? alignTo, double? height, double? padding, Map<String, String>? style, String? theme, String? verticalAlign, double? width, double? x})
Options for the zoom in 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.

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 and spacingBox.
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.zoomIn.
getter/setter pair
theme String?
A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.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 zoomIn 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