GaugeScale.getMinorTicks

Syntax

getMinorTicks(index: Number);

Parameters

index. Scale marker index. Optional parameter. If the index is not specified, the method returns an array of all markers, otherwise it returns a marker with specified index.

Description

The getMinorTicks method returns the array of scale minor tick marks.

Comments

The method returns an array of values of the PP.Ui.GaugeMarkerBase type.

Example

The example of use is given on the page with description of the GaugeScale.addArrow method.

See also:

GaugeScale