TimeAxis.Item

Syntax

Item: Number;

Description

The Item property determines an element of the time axis data array.

Comments

Use the setItem method to set the property value and the getItem method to get the property value. Property value cannot be set from JSON.

The setItem method returns the following parameters: index - index of the element data for which is set, value - element value.

The getItem method returns the index parameter: index of the returned element.

Example

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

See also:

TimeAxis