max

Specifies the maximum slider value. If 'Single Value' is selected under the Data tab of the 'Range Slider Properties' dialog box, the max 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 max value is an array.

Type

Number, Date, or Array

Examples

RangeSlider1.max = 10; // number

RangeSlider1.max = new Date("December 31, 2009"); // date

RangeSlider1.max = ["NJ", "Piscataway"]; // composite array

See Also

Range Slider Properties, for more information on user selection editing.

<< maxRangeSize © 1996-2013 InetSoft Technology Corporation (v11.5) min >>