%DRAW2TXT Macro
Draws a line from the coordinate (XLAST, YLAST)
to the text coordinate (XLSTT, YLSTT).
Variables written out: |
COLOR, FUNCTION, LINE, SIZE |
Requirement: |
You must run the %ANNOMAC macro before using
any other annotate macros. For more information, see Making the Macros Available. |
Syntax
%DRAW2TXT (color, line, size);
Parameters
- color
-
specifies the color
of the line using a character string without quotation marks. For
details, see the Annotate
COLOR Variable. Use an asterisk (*) to specify the previous value of the
color parameter.
- line
-
specifies the line
type (continuous or segmented). The value can be a number, a numeric
constant, or a numeric variable. For valid values, see the Annotate
LINE Variable for the DRAW function.
- size
-
specifies the width
of the line. The value can be a number, a numeric constant, or a numeric
variable. For valid values, see the Annotate
SIZE Variable for the DRAW function.