Class Tee.SeriesAnimation
Extends
Tee.Animation.
Animates series data
Defined in: <..\..\src\teechart-animations.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.SeriesAnimation(target)
|
Field Attributes | Field Name and Description |
---|---|
Animation style.
|
|
Optional Tee.Series object to animate.
|
- Fields borrowed from class Tee.Animation:
- autoDraw, duration, items, loop, running
- Fields borrowed from class Tee.Tool:
- active
Method Attributes | Method Name and Description |
---|---|
<inner> |
changeAxis(o, a, amount)
|
doStep(f)
|
|
getAxis()
|
|
start()
|
|
stop()
|
- Methods borrowed from class Tee.Animation:
- animate, step
- Methods borrowed from class Tee.Tool:
- clicked, draw, mousedown, mousemove, mouseout
Field Detail
{String}
kind
Animation style. Can be: axis, left, top, right, bottom, x, y, each, all, zoomin, zoomout.
- Default Value:
- "axis"
{Tee.Series}
series
Optional Tee.Series object to animate. When null, all series and axes are animated.
Method Detail
<inner>
changeAxis(o, a, amount)
- Parameters:
- o
- a
- amount
doStep(f)
- Parameters:
- f
{Tee.Axis}
getAxis()
- Returns:
- {Tee.Axis} Returns the mandatory axis of the animated series, or null if no visible series exist.
start()
stop()