min
Specifies the minimum slider value. If 'Single Value' is selected under the Data tab of the 'Range Slider Properties' dialog box, the min value is a single number or date (as appropriate for the data represented on the Slider). If 'Composite Value' is selected under the Data tab, the min value is an array.
Type
Number, Date, or Array
Examples
RangeSlider1.min = 10; // number
RangeSlider1.min = new Date("December 31, 2009"); // date
RangeSlider1.min = ["NJ", "Piscataway"]; // composite array
See Also
Range Slider Properties, for more information on user selection editing.
| << max | © 1996-2013 InetSoft Technology Corporation (v11.4) | logScale >> |