between(lesserIndex: Number, greaterIndex: Number, offset: Number, isInactiveItem: Boolean);
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:
true. Value of the element that is not displayed in legend is not returned.
false. Value of the element that is not displayed in legend is returned (default).
The between method returns scale minor tick mark.
The example of use is given on the page with description of the PP.AreaVisual class constructor enumeration.
See also: