Class Index | File Index

Classes


Class Tee.ToolTip


Extends Tee.Tool.
Shows an annotation when mouse is over a series data point
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.ToolTip(chart)
Field Summary
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).
Fields borrowed from class Tee.Tool:
active
Method Summary
Method Attributes Method Name and Description
 
hide()
 
<inner>  
redraw(args)
 
refresh(series, index)
<inner>  
step()
Methods borrowed from class Tee.Tool:
clicked, draw, mousedown, mouseout
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()

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 04 2014 13:25:00 GMT+0200 (CEST)