Class: ToolTip

ToolTip

Shows an annotation when mouse is over a series data point

new ToolTip

Parameters:
Name Type Description
chart Tee.Chart The parent chart this tooltip belongs to.
Properties:
Name Type Description
[autoHide=false] Boolean When true, the tooltip is automatically removed after "delay" milliseconds.
[delay=1000] Number Amount of milliseconds to wait before removing the last displayed tooltip (when "autoHide" is true).
[animated=100] Number Duration in milliseconds to animate the movement of tooltip from old to new position.
Source:
  • ../../src/teechart.js, line 1685

Extends