ScaleBase.greater

Syntax

greater (index, isInactiveItem);

Parameters

index. Value index.

isInactiveItem. Determines whether to use a set of data for highlighting.

Description

The greater method returns scale item for a value greater than the value that corresponds to the specified index.

Comments

The method returns null if the value with specified index is the maximum value.

Example

The example of use is given in description of the ScaleBase.equal method.

See also:

ScaleBase