MapChart.SelectedBars

Syntax

SelectedBars: Object;

Description

The SelectedBars property determines an array of selected bar factors.

Comments

Use JSON or the setSelectedBars method to set the property value and the getSelectedBars method to get the property value.

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

Example

The property use is given in description of the HoveredBars property.

See also:

MapChart