HighchartsMapNavigationButtonOptions class

General options for the map navigation buttons. Individual options can be given from the mapNavigation.buttons option set.

API Docs: https://api.highcharts.com/highcharts/mapNavigation.buttonOptions

Inheritance

Constructors

HighchartsMapNavigationButtonOptions.new({String? align, String? alignTo, double? height, double? padding, Map<String, String>? style, String? theme, String? verticalAlign, double? width, double? x})
General options for the map navigation buttons. Individual options can be given from the mapNavigation.buttons option set.

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
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
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

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