DADiSP Worksheet Functions > Function Categories > Display and Manipulation > GETSCALES
Returns an integer corresponding to the scales used by the current focus of the specified Window.
GETSCALES(win)
win |
- |
Optional. One or more Windows. Defaults to the current Window. |
An integer.
W1: gsin(100,.01);scales(16)
getscales(W1)
returns the value 16; scales(16)yields x-axis on top with labels.
GETSCALES applies to the current focus of the specified Window.