DADiSP Worksheet Functions > Function Categories > Query Functions > GETYTIC
Returns the y-axis tic interval of a Window.
GETYTIC(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A real number.
setytic(2*getytic(W2))
sets the current Window's ytic interval to be two times that of Window 2.