GaugeScale.MajorTick

Syntax

MajorTick: Array;

Description

The MajorTick property defines an array of PP.Ui.GaugeMarkerBase elements, that are descriptors of the major markers.

Comments

A major marker is a scale tick mark, for which the user can set a label. For example, major tick marks for a clock face are the ticks that show hours.

Example

The example of using the MajorTick property is given on the Example of Creating Hand Watch page.

See also:

GaugeScale