TimeAxis.removeAt

Syntax

removeAt(index: Number);

Parameters

index. Index of the element to be removed.

Description

The removeAt method removes an element form the array of time axis data by specified index.

Example

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

See also:

TimeAxis