length
Specifies the initial slider range. For a numerical field, this gives the range as a multiple of the minimum length rangeSize. For example, if length is 3 and rangeSize is 100, the initial slider range is 300. For a date field, the units are specified by the rangeType setting (year, month, or day). In either case, the user can subsequently readjust the range as desired.
Type
Number Slider size, as multiple of minimum length
Example
RangeSlider1.length = 3;
See Also
Range Slider Properties, for more information on user selection editing.
| << currentVisible | © 1996-2013 InetSoft Technology Corporation (v11.5) | rangeSize >> |