.AXIS SET TTL ALIGN
This subroutine sets the alignment of the axis title for the title of the "current" axis.
Usage:
PASS <title_alignment> FIELD SHARE? N
GOSUB 0CD .AXIS SET TTL ALIGN
* Check for error
IF 0CD .AXIS SET TTL ALIGN NE
Description:
This subroutine sets the alignment for the title for the "current" axis. You must have selected a "current" axis via
.AXIS SET CURRENT before calling this routine. This is only useful if you have set an axis title via
.AXIS SET TITLE.
<title_alignment> must be one of: Bottom Left, Bottom Center, Bottom right, left, corner, right, top left, top center, top right, bottom, top, top left2, top right2, bottom left2, and bottom right2. If not passed or set to blank, the default position will be used.
See
AlignmentSpecficiation for an explanation of the allowed values.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-10