MapChart.HoveredArrows

Syntax

HoveredArrows: Object;

Description

The HoveredArrows property determines an array of arrow for which pointing is set.

Comments

Use JSON or the setHoveredArrows method to set the property value and the getHoveredArrows 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 HoveredBars property, use arrow identifier instead of column identifier.

See also:

MapChart