MapChart.SelectedBubbles

Syntax

SelectedBubbles: Object;

Description

The SelectedBubbles property determines an array of selected bubble factors.

Comments

Use JSON or the setSelectedBubbles method to set the property value and the getSelectedBubbles method to get the property value.

The property contains an object of the format: {<bubble_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