TimeAxis.Items

Syntax

Items: Array;

Description

The Items property determines array of time axis data.

Comments

Use JSON or the setItems method to set the property value, and the getItems method to get the property value.

Example

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

See also:

TimeAxis