DADiSP Worksheet Functions > Function Categories > Plot Attributes > SETTVDEFX, SETTVDEFY
Sets the default rotation for tic labels on x- and y-axis.
SETTVDEFX(win, rotation)
SETTVDEFY(win, rotation)
win |
- |
Optional. A window, defaults to the current Window. |
||||||||||
rotation |
- |
Optional. An integer, the tic label rotation mode:
|
W1: grand(100,.5,1);scales(2);settoriy(2);settvdefy(3)
Now, click on the scales button in the toolbar (or F5), and see how the y-axis tic labels change their rotation as the scales move from the left side to the right side of the window.
SETTVDEFX and SETTVDEFY set the vertical default rotation for tic labels. The default settings are 90 degree rotation for x-axis tic labels, 90 degree rotation for y-axis tics on left and bottom sides, 270 degree rotation for y-axis tics on right and top sides.