ChartHistory.getPointUnderMouse

Syntax

getPointUnderMouse(x: Number, y: Number);

Parameters

x. X coordinate of the checked point.

y. Y coordinate of the checked point.

Description

The getPointUnderMouse method checks if bubble history exists in a specified point.

Comments

This method gets an instance of the PP.Ui.ChartSeriePoint class, if history is available in the specified point.

Example

The example of method use is given in description of the ChartArea.getHistoryLabelsLayer method.

See also:

ChartHistory