Show contents 

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

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