The TimeAxis class is used to work with a timeline.
TimeAxis
A timeline is an axis that shows date and time values. It is typically used in bubble charts.
Axis elements:
Axis line, along which the slider moves. Slider position corresponds to the time moment, for which chart data is displayed.
Axis tick marks. Vertical dashes on the axis line containing labels.
delayTime. A time interval, for which the slider delays at axis tick mark during animation playback.
delegate. An object that gets the events that occur on changing the current slider position.
font. Font of axis tick mark labels.
index. Index corresponding to the current slider position.
jumpTime. The time required for a slider to move from one axis value to another during animation playback.
label. Parameters of the label displayed when the user is moving the slider along the axis.
maxIndex. Index corresponding to the end slider position.
minIndex. Index corresponding to the start slider position.
minTickSpacing. Minimum distance between two neighbor axis tick marks.
tickColor. Axis tick mark color.
axisType. Axis type.
animations. An array of animation parameters for chart element.
chart. The chart that includes the visual element.
visible. Indicates whether the visual element is visual.
reset. Returns the slider to the beginning of the axis.
stepBackward. Moves the slider one axis tick mark backward.
stepForward. Moves the slider one axis tick mark forward.
addAnimation:. Adds animation for a chart element.
dumpConfigurationToDict. Returns object to which parameters of visual chart element are loaded.
removeAllAnimations. Removes all animation set for a visual chart element.
removeAnimation:. Removes specified animation parameters for chart element.
See also: