MapChart.SelectedArrows

Syntax

SelectedArrows: Object;

Description

The SelectedArrows property determines an array of selected arrows.

Comments

Use JSON or the setSelectedArrows method to set the property value and the getSelectedArrows method to get the property value.

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

Example

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

See also:

MapChart