HCSeriesMappointDataOptions class

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

Implemented types

Constructors

HCSeriesMappointDataOptions({dynamic color, HCDataLabelsOptions? dataLabels, String? drilldown, HCPointEventsOptionsObject? events, dynamic geometry, String? id, num? lat, num? lon, String? name, HCSeriesStatesOptionsObject? states, num? x, num? y})
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) 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
lat num?
(Highmaps) The latitude of the point. Must be combined with the lon option to work. Overrides x and y values.
final
lon num?
(Highmaps) The longitude of the point. Must be combined with the lon option to work. Overrides x and y values.
final
name String?
(Highmaps) The name of the point as shown in the legend, tooltip, dataLabel etc.
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
x num?
(Highmaps) The x coordinate of the point in terms of projected units.
final
y num?
(Highmaps) The x coordinate of the point in terms of projected units.
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