"tickInterval"

Sets the interval between the tick marks.

Synopsis

shape.tickInterval(int interval);

Parameter

Parameter 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);
}

Assignment

Slider