Timeline.addTick

Syntax

addTick(name: String, index: Number);

Parameters

name. Tick mark name.

index. Tick mark index. If index is not set or greater than the current number of tick marks, the tick mark is added to the timeline end.

Description

The addTick method adds a tick mark to to timeline.

Example

The example of method use is given in description of the TimeLine.removeTick method.

See also:

Timeline