Constructor
new SeriesAnimation()
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
series |
Tee.Series | Optional Tee.Series object to animate. When null, all series and axes are animated. | ||
kind |
String |
<optional> |
"axis" | Animation style. Can be: axis, left, top, right, bottom, x, y, each, all, zoomin, zoomout. |
- Source:
Extends
Methods
getAxis() → {Tee.Axis}
- Source:
Returns:
Returns the mandatory axis of the animated series, or null
if no visible series exist.
- Type
- Tee.Axis