Difference: CDChartSetBGSize (1 vs. 2)

Revision 22010-03-18 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="ChartDirectorDesignerAPI"

.CHART SET SIZE

Line: 15 to 15
  This suboutine sets the width and height of the chart area for the "current" chart spec. The <chart_width> and <chart_height> values specify the size of the chart in pixels.
Changed:
<
<
The <chart_width> parameter is optional. If specified, if must be an unsigned numeric value between 0 and 99999. If the <chart_width> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_width> is cleared and the default <chart_width> specified in the system parameters file is used.
>
>
The <chart_width> parameter is optional. If specified, it must be an unsigned numeric integer value between 0 and 99999. If the <chart_width> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_width> is cleared and the default <chart_width> specified in the system parameters file is used.
 
Changed:
<
<
The <chart_height> parameter is optional. If specified, if must be an unsigned numeric value between 0 and 99999. If the <chart_height> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_height> is cleared and the default <chart_height> specified in the system parameters file is used.
>
>
The <chart_height> parameter is optional. If specified, it must be an unsigned numeric integer value between 0 and 99999. If the <chart_height> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_height> is cleared and the default <chart_height> specified in the system parameters file is used.
  This subroutine sets a result value in the corresponding results Token field.

Comments:

Revision 12010-03-17 - SteveFrizzell

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

.CHART SET SIZE

This subroutine sets the size (width and height) of the "current" chart spec.

Usage:

      PASS         <chart_width>              FIELD            SHARE? N
      PASS         <chart_height>             FIELD            SHARE? N
      GOSUB    CHT .CHART SET SIZE
      *        Check for error
      IF       CHT .CHART SET SIZE            NE

Description:

This suboutine sets the width and height of the chart area for the "current" chart spec. The <chart_width> and <chart_height> values specify the size of the chart in pixels.

The <chart_width> parameter is optional. If specified, if must be an unsigned numeric value between 0 and 99999. If the <chart_width> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_width> is cleared and the default <chart_width> specified in the system parameters file is used.

The <chart_height> parameter is optional. If specified, if must be an unsigned numeric value between 0 and 99999. If the <chart_height> parameter is not passed or if the value passed is blank, then any previously specified value for <chart_height> is cleared and the default <chart_height> specified in the system parameters file is used.

This subroutine sets a result value in the corresponding results Token field.

Comments:

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

<--/commentPlugin-->

-- SteveFrizzell - 2010-03-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