Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Tree Map > Classes > TreeMap > TreeMap.getItemOnCoords
getItemOnCoords(x: Number, y: Number);
x. X coordinate of the point.
y. Point ordinate.
The getItemOnCoords method gets a tree map item by its coordinate.
This method returns an object of the following type: PP.Ui.TreeMapItem.
The example of use is given in the page with description of the TreeMap.selectItem method.