setPosition(x: Number, y: Number, color: PP.Color, borderColor: PP.Color);
x - X coordinate.
y - Y coordinate.
color - Tooltip background color.
borderColor - Tooltip border color.
The setPosition method sets a new position for tooltip.
The example of use is given in the page with description of the ChartTooltipBase.HoverMode property.
See also: