insertAt(index: Number, item: Number);
index. Position of the added element.
item. Value of the added element.
The insertAt method adds an element to the array of time axis data at the position with specified index.
The example of use is given in the with description of the TimeAxis.add method.
See also: