Class Index | File Index

Classes


Class Tee.Chart.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
 
Field Summary
Field Attributes Field Name and Description
 
Determines if scroll is allowed in "horizontal", "vertical" or "both" directions.
 
Allows chart scroll by mouse/touch dragging.
 
Defines the mouse button that can be used to scroll (2=Right button, etc).
Class Detail
Tee.Chart.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.
Default Value:
"both"

{Boolean} enabled
Allows chart scroll by mouse/touch dragging.
Default Value:
true

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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Dec 14 2012 11:28:59 GMT+0100 (CET)