increment

Specifies the interval between displayed labels on the Slider. For example, a value of 15 indicates that the Slider labels should be placed at positions of 0, 15, 30, 45, etc.

Type

Number

Spacing between Slider labels

Example

Slider1.increment = 15;

Either syntax below can be used in component script:

increment             // unqualified
Slider1.increment     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.