Class Index | File Index

Classes


Class Tee.Tool

Abstract base class to represent a "tool"
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Tee.Tool(chart)
Field Summary
Field Attributes Field Name and Description
 
Determines if this tool will be painted or enabled.
Method Summary
Method Attributes Method Name and Description
 
 
draw()
 
 
 
Class Detail
Tee.Tool(chart)
Parameters:
{Tee.Chart} chart
The parent chart this tool belongs to.
Field Detail
{Boolean} active
Determines if this tool will be painted or enabled.
Default Value:
true
Method Detail
clicked()

draw()

mousedown()

mousemove()

mouseout()

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