ANYLine
command.
The
ANYline
command is used to draw any line on the report.
This command is similar to XYLine. The difference between them is how the values
are specified to draw the lines.
The width of the line drawn will be determined by drawwidth.
(command "W")
Syntax:
anyline=[X1],[Y1],[X2],[Y2][,type]
Values
X1 and Y1 indicate the initial
position of the line. In ANYLine, X2 and Y2 do not indicate the final position
of the line absolutelly. Instead, they represent the final position relative to
the first point defined by X1 and Y1.
X2 represents the value to be added to X1 while Y2
represents the value added to Y1
In case that values are omitted they will be
the current values for X1 and Y1. For Y2 the value will be SPACING. In case that
X2 is omitted, it will be zero.
Type is a
value 0 (default) or 1 that indicates the following:
0 = Solid
1 = Dashed line.
Example:
{xyline=100,,,}
This is a vertical line.
It is strongly recommended to use ANYLine
instead XYLine command. XYLine is included to maintain full compatibility with
previous versions of Rpv Reports.
See also:
Drawwitdth (command "W")
Line
|