The MapTimeAxis class is used to work with a time axis.
MapTimeAxis
Time axis is an axis that shows date and time values.
Axis elements:
Axis line, along which the slider moves. Slider position corresponds to time moment, for which chart data is displayed.
Axis tick marks. Vertical dashes on the axis line supplied with labels.
dataSource. Data source.
delayTime. Time interval, for which the slider delays at axis tick mark when animation is playing.
delegate. Object containing methods of working with the time axis.
doubleIndex. Fractional index corresponding to the current slider position.
font. Font of axis tick mark labels.
index. Integer index corresponding to the current slider position.
jumpTime. Time required for slider to move from one axis value to another when animation is playing.
label. Parameters of the label displayed above the current slider position.
minTickSpacing. Minimum distance between two neighbor axis ticks (points).
optimizedOut. Indicates whether a time axis is hidden.
tickColor. Axis tick mark color.
visible. Indicates whether time axis is displayed.
abort. Interrupts time axis animation.
reset. Resets all axis data and reloads them from the source.
setInactiveMode:. Determines whether user interaction is enabled.
stepBackward. Moves the slider back along the axis.
stepForward. Moves the slider forward along the axis.
stop. Stops time axis animation.
See also: