ScaleBase.less

Syntax

less (index, isInactiveItem);

Parameters

index. Value index.

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

Description

The less method returns scale item for a value smaller than value of scale interval borders with specified index.

Comments

The method returns NULL, if the value of scale interval borders with the specified index is the minimum.

Example

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

See also:

ScaleBase