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