Class Tee.ToolTip
Extends
Tee.Tool.
Shows an annotation when mouse is over a series data point
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.ToolTip(chart)
|
Field Attributes | Field Name and Description |
---|---|
Duration in milliseconds to animate the movement of tooltip from old to new position.
|
|
When true, the tooltip is automatically removed after "delay" milliseconds.
|
|
Amount of milliseconds to wait before removing the last displayed tooltip (when "autoHide" is true).
|
Method Attributes | Method Name and Description |
---|---|
hide()
|
|
mousemove(p)
|
|
<inner> |
redraw(args)
|
refresh(series, index)
|
|
<inner> |
step()
|
Class Detail
Tee.ToolTip(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this tooltip belongs to.
Field Detail
{Number}
animated
Duration in milliseconds to animate the movement of tooltip from old to new position.
- Default Value:
- 100
{Boolean}
autoHide
When true, the tooltip is automatically removed after "delay" milliseconds.
- Default Value:
- false
{Number}
delay
Amount of milliseconds to wait before removing the last displayed tooltip (when "autoHide" is true).
- Default Value:
- 1000
Method Detail
hide()
mousemove(p)
- Parameters:
- p
<inner>
redraw(args)
- Parameters:
- args
refresh(series, index)
- Parameters:
- series
- index
<inner>
step()