TimeAxis

Description

The TimeAxis class is used to work with a timeline.

Inheritance Hierarchy

          NSObject

          UIView

          ChartObject

          Axis

          TimeAxis

Comments

A timeline is an axis that shows date and time values. It is typically used in bubble charts.

Axis elements:

Properties

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.

Properties inherited from Axis

axisType. Axis type.

Properties inherited from ChartObject

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.

Methods

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.

Methods inherited from ChartObject

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:

Classes