ToolTipFollowPointer: Boolean;
The ToolTipFollowPointer property determines behavior of a tooltip on moving the mouse cursor.
Use JSON or the setToolTipFollowPointer method to set the property value, and the getToolTipFollowPointer method to get the property value.
Be default the value is true.
Available values:
true. On moving the cursor, the tooltip is redrawn on a new place.
false. Tooltip is not redrawn on moving the cursor within the current object.
The example of use is given on the page of the Chart.ToolTipDelay property.
See also: