"tickInterval"

Sets the interval between the tick marks (see also "tickPosition").

Synopsis

shape.tickInterval(int interval);

Parameter

Parameters Description
shape Name of the object
interval The space between the tick marks

Description

Sets the interval between the tick marks.

Example

Sets the interval between the tick marks to 30.

main(bool enter)

{

SLIDER1.tickInterval(30);

}

Member of

Slider

See also