.LINE SET END XY 
This subroutine changes the ending co-ordinates of the "current" line.
  Usage: 
      PASS         <end_x>                    FIELD            SHARE? N
      PASS         <end_y>                    FIELD            SHARE? N
      GOSUB    0CD .LINE SET END XY
      *        Check for error
      IF       0CD .LINE SET END XY           NE
  Description: 
This subroutine changes the ending co-ordinates of the "current" line. 
<end_x> is the X co-ordinate of the ending point of the line. This is required, and must be in the range 1-99999.
<end_y> is the Y co-ordinate of the ending 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.
Read what other users have said about this page or add your own comments.
-- 
JeanNeron - 2012-02-17