GaugeScale.MinorTick

Syntax

MinorTick: Array;

Description

The MinorTick property determines the array of items with the type PP.Ui.GaugeMarkerBase, that are descriptors of additional markers.

Comments

An additional (minor) marker is a scale tick mark, for which the user cannot define labels. For example, minor tick marks for a clock face are the ticks that show minutes.

Example

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

See also:

GaugeScale