DataVisualizer.SelectedItems

Syntax

SelectedItems: Object

Description

The SelectedItems property determines an array of selected items of the bubble chart.

Comments

Use JSON or the setSelectedItems method to set the property value and thegetSelectedItems method to get the property value.

The getSelectedItems method receives the useGlobalIds parameter - attribute of global identifiers use instead of local ones.

Example

The property use is given in the page with description of the BubbleChart.selectItemsmethod.

DataVisualizer