Class Tee.Chart.Zoom
Controls how to zoom chart axes by mouse or touch drag
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Chart.Zoom(chart)
|
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 Attributes | Method Name and Description |
---|---|
apply()
|
|
<inner> |
check(z)
|
draw()
|
|
reset()
|
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()