DADiSP Worksheet Functions > Function Categories > Query Functions > GETZTIC
Returns the z-axis tic interval of a Window.
GETZTIC(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A real number.
setztic(2*getztic(W2))
sets the current Window's ztic interval to be two times that of Window 2.