getMajorTicks(index: Number);
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.
The getMajorTicks method returns the array of scale major tick marks.
The method returns an array of values of the PP.Ui.GaugeMarkerBase type.
The example of use is given on the page with description of the GaugeScale.addArrow method.
See also: