rangeSize

Specifies the minimum slider range for a numerical field, the smallest interval that the user is able to select when interactively adjusting the range.

Type

Number

Minimum slider range

Example

RangeSlider1.rangeSize = 1000;

Either syntax below can be used in component script:

rangeSize                  // unqualified
RangeSlider1.rangeSize     // qualified

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