Difference: CDChartSetBGSizeW (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:W

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

Revision 62011-10-25 - JeanNeron

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

.CHART SET BG SIZE:W

Line: 7 to 7
 

Usage:

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

Description:

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

Revision 52011-09-14 - JeanNeron

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

.CHART SET BG SIZE:W

Line: 7 to 7
 

Usage:

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

Description:

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

Revision 42010-06-08 - SteveFrizzell

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

.CHART SET SIZE:W

>
>

.CHART SET BG SIZE:W

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

Usage:

Line: 25 to 25
  -- SteveFrizzell - 2010-03-17
Changed:
<
<
META TOPICMOVED by="SteveFrizzell" date="1269082450" from="Main.ChartSetSizeW" to="Main.CDChartSetSizeW"
>
>
META TOPICMOVED by="SteveFrizzell" date="1276000873" from="Main.CDChartSetSizeW" to="Main.CDChartSetBGSizeW"

Revision 32010-03-20 - SteveFrizzell

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

.CHART SET SIZE:W

This subroutine sets the width 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="1269082450" from="Main.ChartSetSizeW" to="Main.CDChartSetSizeW"

Revision 22010-03-18 - SteveFrizzell

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

.CHART SET SIZE:W

Line: 14 to 14
  This suboutine sets the width of the chart area for the "current" chart spec. The <chart_width> value specifies the width 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.
  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:W

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

Usage:

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

Description:

This suboutine sets the width of the chart area for the "current" chart spec. The <chart_width> value specifies the width 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.

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