TreeMapItem.updateTooltip

Syntax

updateTooltip(coords: Object, isUpdateSettings: Boolean);

Parameters

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

isUpdateSettings. Parameter that determines whether to update tooltip settings. If this parameter is true, the settings are updated, otherwise they are not.

Description

The updateTooltip method refreshes tooltip object for tree map item.

Example

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

See also:

TreeMapItem