Class Index | File Index

Classes


Class Tee.Chart.Zoom

Controls how to zoom chart axes by mouse or touch drag
Defined in: <..\..\src\teechart.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Allows chart zoom by mouse/touch dragging.
 
Properties to control the appearance of rectangle that appears while dragging.
 
Defines the mouse button that can be used to zoom (0=Left button, etc).
Method Summary
Method Attributes Method Name and Description
 
<inner>  
check(z)
 
draw()
 
Class Detail
Tee.Chart.Zoom(chart)
Parameters:
{Tee.Chart} chart
The parent chart this zoom object belongs to.
Field Detail
{Boolean} enabled
Allows chart zoom by mouse/touch dragging.

{Tee.Format} format
Properties to control the appearance of rectangle that appears while dragging.

{Number} mouseButton
Defines the mouse button that can be used to zoom (0=Left button, etc).
Method Detail
apply()

<inner> check(z)
Parameters:
z

draw()

reset()

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Mar 23 2012 10:56:28 GMT+0100 (CET)