TimeAxis.getFirstNotNullData

Syntax

getFirstNotNullData();

Description

The getFirstNotNullData method returns the first non-empty value of time axis data array.

Comments

This method returns a Number type value.

Example

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

See also:

TimeAxis