.AXIS SET AXIS VAL DIR
This subroutine sets the direction for the values of the "current" axis.
Usage:
PASS <val_dir> FIELD SHARE? N
GOSUB 0CD .AXIS SET AXIS VAL DIR
* Check for error
IF 0CD .AXIS SET AXIS VAL DIR NE
Description:
This subroutine sets the direction for the values of the "current" axis. You must have selected a "current" axis via
.AXIS SET CURRENT before calling this routine.
For a normal vertical axis, the axis starts from the bottom and increases its value towards the top. For a normal horizontal axis, the axis starts from the left and increases its value towards the right. The subroutine can be used to reverse the direction of the axis.
Valid values for <val_dir> are Normal, Reverse or blank. Blank or no value passed is the same as Normal.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-09