Class Index | File Index

Classes


Class Scroll

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Scroll(chart)
Field Summary
Field Attributes Field Name and Description
 
Determines if scroll is allowed in "horizontal", "vertical" or "both" directions.
 
Allows chart zoom by mouse/touch dragging.
 
Defines the mouse button that can be used to scroll (2=Right button, etc).
Class Detail
Scroll(chart)
Parameters:
{Tee.Chart} chart
The parent chart this scroll object belongs to.
Field Detail
{String} direction
Determines if scroll is allowed in "horizontal", "vertical" or "both" directions.

{Boolean} enabled
Allows chart zoom by mouse/touch dragging.

{Number} mouseButton
Defines the mouse button that can be used to scroll (2=Right button, etc).

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 29 2012 19:36:56 GMT+0100 (CET)