.LINE SET START XY
This subroutine changes the starting co-ordinates of the "current" line.
Usage:
PASS <start_x> FIELD SHARE? N
PASS <start_y> FIELD SHARE? N
GOSUB 0CD .LINE SET START XY
* Check for error
IF 0CD .LINE SET START XY NE
Description:
This subroutine changes the starting co-ordinates of the "current" line.
<end_x> is the X co-ordinate of the starting point of the line. This is required, and must be in the range 1-99999.
<end_y> is the Y co-ordinate of the starting point of the line. This is required, and must be in the range 1-99999.
All co-ordinates are in pixels. The origin (0,0) is the upper left corner of your chart.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-17