TimeAxis.insertAt

Syntax

insertAt(index: Number, item: Number);

Parameters

index. Position of the added element.

item. Value of the added element.

Description

The insertAt method adds an element to the array of time axis data at the position with specified index.

Example

The example of use is given in the with description of the TimeAxis.add method.

See also:

TimeAxis