Difference: CDChartSetBGSize (1 vs. 7)

Revision 72012-02-19 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorBaseChartRoutines"
 

.CHART SET BG SIZE

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

Revision 62011-10-25 - JeanNeron

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

.CHART SET BG SIZE

Line: 8 to 8
 

Usage:

      PASS         <chart_width>              FIELD            SHARE? N
      PASS         <chart_height>             FIELD            SHARE? N
Changed:
<
<
GOSUB 0CD .CHART SET SIZE
>
>
GOSUB 0CD .CHART SET BG SIZE
 
    • Check for error
Changed:
<
<
IF 0CD .CHART SET SIZE NE
>
>
IF 0CD .CHART SET BG 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.

Revision 52011-09-14 - JeanNeron

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

.CHART SET BG SIZE

Line: 8 to 8
 

Usage:

      PASS         <chart_width>              FIELD            SHARE? N
      PASS         <chart_height>             FIELD            SHARE? N
Changed:
<
<
GOSUB CHT .CHART SET SIZE
>
>
GOSUB 0CD .CHART SET SIZE
 
    • Check for error
Changed:
<
<
IF CHT .CHART SET SIZE NE
>
>
IF 0CD .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.

Revision 42010-06-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorDesignerAPI"
Changed:
<
<

.CHART SET SIZE

>
>

.CHART SET BG SIZE

 
Changed:
<
<
This subroutine sets the size (width and height) of the "current" chart spec.
>
>
This subroutine sets the background size (width and height) of the "current" chart spec.
 

Usage:

Line: 28 to 28
  -- SteveFrizzell - 2010-03-17
Changed:
<
<
META TOPICMOVED by="SteveFrizzell" date="1269082399" from="Main.ChartSetSize" to="Main.CDChartSetSize"
>
>
META TOPICMOVED by="SteveFrizzell" date="1276000774" from="Main.CDChartSetSize" to="Main.CDChartSetBGSize"

Revision 32010-03-20 - SteveFrizzell

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="ChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorDesignerAPI"
 

.CHART SET SIZE

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

Line: 27 to 27
 
<--/commentPlugin-->

-- SteveFrizzell - 2010-03-17 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="SteveFrizzell" date="1269082399" from="Main.ChartSetSize" to="Main.CDChartSetSize"

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