HCSeriesGeoheatmapDataOptions class

(Highmaps) An array of data points for the series. For the geoheatmap series type, points can be given in the following ways:

Implemented types

Constructors

HCSeriesGeoheatmapDataOptions({dynamic color, HCDataLabelsOptions? dataLabels, String? drilldown, HCPointEventsOptionsObject? events, dynamic geometry, String? id, num? labelrank, num? middleX, num? middleY, String? name, String? path, HCSeriesStatesOptionsObject? states, num? value})
const

Properties

color → dynamic
(Highmaps) Individual color for the point. By default the color is either used to denote the value, or pulled from the global colors array.
final
dataLabels HCDataLabelsOptions?
(Highmaps) Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels.
final
drilldown String?
(Highmaps) The id of a series in the drilldown.series array to use for a drilldown for this point.
final
events HCPointEventsOptionsObject?
(Highmaps) Individual point events
final
geometry → dynamic
(Highmaps) For map and mapline series types, the geometry of a point.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
(Highmaps) An id for the point. This can be used after render time to get a pointer to the point object through chart.get().
final
labelrank num?
(Highmaps) When data labels are laid out on a map, Highmaps runs a simplified algorithm to detect collision. When two labels collide, the one with the lowest rank is hidden. By default the rank is computed from the area.
final
middleX num?
(Highmaps) The relative mid point of an area, used to place the data label. Ranges from 0 to 1. When mapData is used, middleX can be defined there.
final
middleY num?
(Highmaps) The relative mid point of an area, used to place the data label. Ranges from 0 to 1. When mapData is used, middleY can be defined there.
final
name String?
(Highmaps) The name of the point as shown in the legend, tooltip, dataLabel etc.
final
path String?
(Highmaps) For map and mapline series types, the SVG path for the shape. For compatibility with old IE, not all SVG path definitions are supported, but M, L and C operators are safe.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states HCSeriesStatesOptionsObject?
(Highmaps) A collection of options for different series states.
final
value num?
(Highmaps) The value of the point, resulting in a color controlled by options as set in the colorAxis configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited