range Method
Purpose:
Sets the range of values for a UpDown, Graph or ScrollBar control.
Syntax:
.range = low,high
.range = xlow,xhigh,ylow,yhigh
Comments:
Example:
up.range = 0,100 up.increment = 5
vugraph.range = 0,1000,-92,92