DADiSP Worksheet Functions > Function Categories > Query Functions > GETXTIC
Returns the x-axis tic interval of a Window.
GETXTIC(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A real number.
setxtic(getxtic(W2) * 2)
sets the current x-axis tic interval to be twice the length of the XTIC interval in Window 2.