TreeMapItem.showTooltip

Syntax

showTooltip(coords: Object);

Parameters

coords. Tooltip coordinates. This object has the following fields: X - X coordinate, Y - Y coordinate.

Description

The showTooltip method shows tooltip for a tree map item.

Example

The example of use is given in the page with description of the TreeMapItem.getTooltip method.

See also:

TreeMapItem