TreeMapItem.isCoordsInner

Syntax

isCoordsInner(x: Number, y: Number);

Parameters

x. X coordinate of the point.

y. Point ordinate.

Description

The isCoordsInner method determines if the point with specified coordinate belongs to specified tree map item.

Comments

This method returns the following values:

Example

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

TreeMapItem