Class Index | File Index

Classes


Class Tee.CursorTool


Extends Tee.Tool.
Draws mouse draggable horizontal and / or vertical lines inside axes
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Determines if the cursor will be displayed as "vertical", "horizontal" or "both".
 
Properties to control the cursor lines stroke appearance.
 
The size of cursor, {x:0, y:0} means lines will cover full axes bounds.
Fields borrowed from class Tee.Tool:
active
Method Summary
Method Attributes Method Name and Description
 
 
 
dodraw(c)
 
draw()
 
 
 
over(p)
 
 
Methods borrowed from class Tee.Tool:
mouseout
Class Detail
Tee.CursorTool(chart)
Parameters:
{Tee.Chart} chart
The parent chart this cursor tool belongs to.
Field Detail
{String} direction
Determines if the cursor will be displayed as "vertical", "horizontal" or "both".

{Tee.Format} format
Properties to control the cursor lines stroke appearance.

{Tee.Point} size
The size of cursor, {x:0, y:0} means lines will cover full axes bounds.
Method Detail
calcRect()

clicked()

dodraw(c)
Parameters:
c

draw()

mousedown(p)
Parameters:
p

mousemove(p)
Parameters:
p

over(p)
Parameters:
p

resetCopy()

setRender(r)
Parameters:
r

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