ScaleBase.between

Syntax

between(lesserIndex: Number, greaterIndex: Number, offset: Number, isInactiveItem: Boolean);

Parameters

lesserIndex. Less scale value index.

greaterIndex. Greater scale value index.

offset. Offset from less scale value in unit fractions.

isInactiveItem. Indicates whether the scale value is returned, which corresponding index is not displayed in legend. Available Values:

Description

The between method returns scale minor tick mark.

Example

The example of use is given on the page with description of the PP.AreaVisual class constructor enumeration.

See also:

ScaleBase