TimeAxis.addItems

Syntax

addItems(items: Array)

Parameters

items. Array of added elements.

Description

The addItems method adds an array of elements to available time axis array.

Example

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

See also:

TimeAxis