DADiSP Worksheet Functions > Function Categories > Display and Manipulation > GETXLABEL, GETYLABEL, GETZLABEL
Returns the x-axis, y-axis or z-axis label.
GETXLABEL(win)
GETYLABEL(win)
GETZLABEL(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A string.
getxlabel(W3)
returns the x-axis label of Window 3.
If no label has been set, GETXLABEL returns the horizontal (x-axis) units, GETYLABEL returns the vertical (y-axis) units and GETZLABEL returns the height (z-axis) units. This is especially useful in custom menu and report panels. In both interactive and printed output, an axis label, if set, will cover whichever units label has been defined for the axis. If the user has set an axis label, then units will not appear.