HighchartsMapViewInsetOptions class

Generic options for the placement and appearance of map insets like non-contiguous territories.

API Docs: https://api.highcharts.com/highmaps/mapView.insetOptions

Inheritance

Constructors

HighchartsMapViewInsetOptions.new({String? borderColor, double? borderWidth, List? padding, String? relativeTo, String? units})
Generic options for the placement and appearance of map insets like non-contiguous territories.

Properties

borderColor String?
The border color of the insets.
getter/setter pair
borderWidth double?
The pixel border width of the insets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
padding List?
The padding of the insets. Can be either a number of pixels, a percentage string, or an array of either. If an array is given, it sets the top, right, bottom, left paddings respectively.
getter/setter pair
relativeTo String?
What coordinate system the field and borderPath should relate to. If plotBox, they will be fixed to the plot box and responsively move in relation to the main map. If mapBoundingBox, they will be fixed to the map bounding box, which is constant and centered in different chart sizes and ratios.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units String?
What units to use for the field and borderPath geometries. If percent (default), they relate to the box given in relativeTo. If pixels, they are absolute values.
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