getMinorTicks(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 getMinorTicks method returns the array of scale minor 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: