MapChart.IsHandCursor

Syntax

IsHandCursor: Boolean;

Description

The IsHandCursor property determines whether to show mouse pointer in the Link Selection mode on hovering over a map layer area.

Comments

The property value can be set from JSON or using the setIsHandCursor method.

If the property is set to True, on hovering over a map layer area the mouse pointer is shown in the Link Selection mode (), if it is False (default), it is shown in the basic mode ().

Example

To execute the example the HTML page must contain the MapChart component named map (see Example of Creating the MapChart Component). Enable mouse pointer switching to the Link Selection mode on hovering over a map layer area:

map.setIsHandCursor(true);

After executing the example on hovering over a map layer area the mouse pointer is shown in the Link Selection mode:

See also:

MapChart