HighchartsMapPointSeriesOptions class
A mappoint
series. If the type option
is not specified, it is inherited from chart.type.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
mappoint
series are defined in plotOptions.mappoint. - Options for one single series are given in the series instance array.
API Docs: https://api.highcharts.com/highmaps/series.mappoint
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsMapPointSeriesOptions
Constructors
- HighchartsMapPointSeriesOptions.new({HighchartsMapPointSeriesDataLabelsOptions? dataLabels, String? id, double? index, double? legendIndex, String? legendSymbol, dynamic mapData, bool? zoomEnabled})
-
A
mappoint
series. If the type option is not specified, it is inherited from chart.type.
Properties
- dataLabels ↔ HighchartsMapPointSeriesDataLabelsOptions?
-
Highcharts Options Widget.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An id for the series. This can be used after render time to get a pointer
to the series object through
chart.get()
.getter/setter pair - index ↔ double?
-
The index of the series in the chart, affecting the internal index in the
chart.series
array, the visible Z index as well as the order in the legend.getter/setter pair - legendIndex ↔ double?
-
The sequential index of the series in the legend.
getter/setter pair
- legendSymbol ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- mapData ↔ dynamic
-
An array of objects containing a
geometry
orpath
definition and optionally additional properties to join in thedata
as per thejoinBy
option. GeoJSON and TopoJSON structures can also be passed directly intomapData
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zoomEnabled ↔ bool?
-
Whether to zoom non-cartesian series. If
chart.zooming
is set, the option allows to disable zooming on an individual non-cartesian series. By default zooming is enabled for all series.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