ChartTooltipBase.setPosition

Syntax

setPosition(x: Number, y: Number, color: PP.Color, borderColor: PP.Color);

Parameters

x - X coordinate.

y - Y coordinate.

color - Tooltip background color.

borderColor - Tooltip border color.

Description

The setPosition method sets a new position for tooltip.

Example

The example of use is given in the page with description of the ChartTooltipBase.HoverMode property.

See also:

ChartTooltipBase