Chart.ToolTipFollowPointer

Syntax

ToolTipFollowPointer: Boolean;

Description

The ToolTipFollowPointer property determines behavior of a tooltip on moving the mouse cursor.

Comments

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:

Example

The example of use is given on the page of the Chart.ToolTipDelay property.

See also:

Chart