Difference: CDChartSetBGSizeH (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:H

This subroutine sets the background height of the "current" chart spec.

Revision 62011-10-25 - JeanNeron

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

.CHART SET BG SIZE:H

Line: 7 to 7
 

Usage:

      PASS         <chart_height>             FIELD            SHARE? N
Changed:
<
<
GOSUB 0CD .CHART SET SIZE:H
>
>
GOSUB 0CD .CHART SET BG SIZE:H
 
    • Check for error
Changed:
<
<
IF 0CD .CHART SET SIZE:H NE
>
>
IF 0CD .CHART SET BG SIZE:H NE
 

Description:

This suboutine sets the height of the chart area for the "current" chart spec. The <chart_height> value specifies the height of the chart in pixels.

Revision 52011-09-14 - JeanNeron

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

.CHART SET BG SIZE:H

Line: 7 to 7
 

Usage:

      PASS         <chart_height>             FIELD            SHARE? N
Changed:
<
<
GOSUB CHT .CHART SET SIZE:H
>
>
GOSUB 0CD .CHART SET SIZE:H
 
    • Check for error
Changed:
<
<
IF CHT .CHART SET SIZE:H NE
>
>
IF 0CD .CHART SET SIZE:H NE
 

Description:

This suboutine sets the height of the chart area for the "current" chart spec. The <chart_height> value specifies the height of the chart in pixels.

Revision 42010-06-08 - SteveFrizzell

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

.CHART SET SIZE:H

>
>

.CHART SET BG SIZE:H

 
Changed:
<
<
This subroutine sets the height of the "current" chart spec.
>
>
This subroutine sets the background height of the "current" chart spec.
 

Usage:

Line: 25 to 25
  -- SteveFrizzell - 2010-03-17
Changed:
<
<
META TOPICMOVED by="SteveFrizzell" date="1269082427" from="Main.ChartSetSizeH" to="Main.CDChartSetSizeH"
>
>
META TOPICMOVED by="SteveFrizzell" date="1276000848" from="Main.CDChartSetSizeH" to="Main.CDChartSetBGSizeH"

Revision 32010-03-20 - SteveFrizzell

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

.CHART SET SIZE:H

This subroutine sets the height of the "current" chart spec.

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

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

Added:
>
>
META TOPICMOVED by="SteveFrizzell" date="1269082427" from="Main.ChartSetSizeH" to="Main.CDChartSetSizeH"

Revision 22010-03-18 - SteveFrizzell

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

.CHART SET SIZE:H

Line: 14 to 14
  This suboutine sets the height of the chart area for the "current" chart spec. The <chart_height> value specifies the height of the chart in pixels.
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:H

This subroutine sets the height of the "current" chart spec.

Usage:

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

Description:

This suboutine sets the height of the chart area for the "current" chart spec. The <chart_height> value specifies the height of the chart in pixels.

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