TreeMap.getItemOnCoords

Syntax

getItemOnCoords(x: Number, y: Number);

Parameters

x. X coordinate of the point.

y. Point ordinate.

Description

The getItemOnCoords method gets a tree map item by its coordinate.

Comments

This method returns an object of the following type: PP.Ui.TreeMapItem.

Example

The example of use is given in the page with description of the TreeMap.selectItem method.

TreeMap