Difference: CDLineSetEndXY ( vs. 1)

Revision 12012-02-17 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"

.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.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-02-17

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback