XYline command.
IMPORTANT: The XYLine command is still
available on Rpv Reports to mantain compatibility with previous versions. For
that reason, is recommended to use the command ANYLINE instead XYLine.
See command ANYLine
The
XYline command is used to draw any line on the report. Instead of the
line command,
XYline requires
four values: X1,Y1,X2,Y2 to draw a line. The width of the line
drawn will be determined by drawwidth. (command "W")
Syntax:
xyline=[X1],[Y1],[X2],[Y2][,type]
Type
is a value 0 (default) or 1 that indicates the following:
0 = Solid
1 = Dashed line.
Example:
{xyline=100,100,5000,5000}
{xyline=100,100,5000,5000,1}
Xyline
command is compatible with the
Xyline command
of version 2.00.
See also:
Drawwitdth (command "W")
Line
|