MapChart.UnhoverTimeout

Syntax

UnhoverTimeout: Number;

Description

The UnhoverTimeout property determines period of time for items highlighting after hovering undo.

Comments

Use JSON or the setUnhoverTimeout method to set the property value and the getUnhoverTimeout method to get the property value.

Value is set in milliseconds, default value is set to 300.

Example

To execute the example the HTML page must contain the MapChart component named map (see Example of Creating the MapChart Component). Increase highlighting time for items:

map.setUnhoverTimeout(1000);

After executing the example after hovering mouse cursor over and removing it, the item will be highlighted during one second.

See also:

MapChart