---+ .XY SET PLOT AREA:X _This subroutine sets the x-coordinate of the plot area position for an XY type chart._ <br />%TOC% ---++ Usage: <pre> PASS <x_coord> FIELD SHARE? N GOSUB 0CD .XY SET PLOT AREA:X * Check for error IF 0CD .XY SET PLOT AREA:X NE</pre> ---++ Description: This subroutine sets the x-coordinate of the plot area for an XY chart, in pixels. You must have initialized the chart as an XY Chart via [[CDChartInitialize][.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 <x_coord> represents the location of the upper left corner of the plot area. You can set the location and size all at once via [[CDXYSetPlotArea][.XY SET PLOT AREA]] or individually via [[CDXYSetPlotAreaY][.XY SET PLOT AREA:Y]], [[CDXYSetPlotAreaWidth][.XY SET PLOT AREA:W]] and [[CDXYSetPlotAreaHeight][.XY SET PLOT AREA:H]]. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2011-10-11
This topic: Main
>
WebHome
>
APPX510Features
>
CDChartDirectorDesignerAPI
>
CDChartDirectorXYChartRoutines
>
CDXYSetPlotAreaX
Topic revision: r4 - 2012-02-24 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback