MapChart.SelectedMarkers

Syntax

SelectedMarkers: Object;

Description

The SelectedMarkers property determines an array of selected markers.

Comments

Use JSON or the setSelectedMarkers method to set the property value and the getSelectedMarkers method to get the property value.

The property contains an object of the format: {<marker_id>: true}.

Example

The property use is identical to the SelectedBars property, use the bubble factor identifier instead of the column identifier.

See also:

MapChart