.XY SET PLOT AREA:Y
This subroutine sets the y-coordinate of the plot area position for an XY type chart.
Usage:
PASS <y_coord> FIELD SHARE? N
GOSUB 0CD .XY SET PLOT AREA:Y
* Check for error
IF 0CD .XY SET PLOT AREA:Y NE
Description:
This subroutine sets the y-coordinate of the plot area for an XY chart, in pixels. You must have initialized the chart as an XY Chart via
.CHART INITIALIZE for this to have any effect.
The parameter is optional, if blank or not passed it will be reset to it's default value. If passed, the value must be between 0-99999.
The <y_coord> represents the location of the upper left corner of the plot area.
You can set the location and size all at once via
.XY SET PLOT AREA or individually via
.XY SET PLOT AREA:X,
.XY SET PLOT AREA:W and
.XY SET PLOT AREA:H.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-10-11