---+ .XY SET PLOT AREA:W _This subroutine sets the width of the plot area for an XY type chart._ <br />%TOC% ---++ Usage: <pre> PASS <plot_area_width> FIELD SHARE? N GOSUB 0CD .XY SET PLOT AREA:W * Check for error IF 0CD .XY SET PLOT AREA:W NE</pre> ---++ Description: This subroutine sets the width 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 <plot_area_width> represents the width 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]], [[CDXYSetPlotAreaX][.XY SET PLOT AREA:X]] 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
>
CDXYSetPlotAreaWidth
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