GaugeScale.getMajorTicks

Syntax

getMajorTicks(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 getMajorTicks method returns the array of scale major 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