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
-
- Object
- HighchartsOptionsBase
- HighchartsMapViewInsetOptions
Constructors
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
andborderPath
should relate to. IfplotBox
, they will be fixed to the plot box and responsively move in relation to the main map. IfmapBoundingBox
, 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
andborderPath
geometries. Ifpercent
(default), they relate to the box given inrelativeTo
. Ifpixels
, 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