MapTimeAxis

Description

The MapTimeAxis class is used to work with a time axis.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          MapTimeAxis

Comments

Time axis is an axis that shows date and time values.

Axis elements:

Properties

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.

Methods

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:

Classes