Difference: CDChartSetEdgeWidth (1 vs. 5)

Revision 52012-02-19 - JeanNeron

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

.CHART SET EDGE WIDTH

This subroutine set the width of the 3D border for the "current" chart spec.

Revision 42011-11-09 - JeanNeron

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

.CHART SET EDGE WIDTH

Line: 6 to 6
 

Usage:

Changed:
<
<
      PASS         <chart_edge_width>        FIELD            SHARE? N
>
>
      PASS         <chart_edge_width>         FIELD            SHARE? N

  GOSUB 0CD .CHART SET EDGE WIDTH
    • Check for error
Changed:
<
<
IF 0CD .CHART SET EDGE WIDTH NE
>
>
IF 0CD .CHART SET EDGE WIDTH NE
 

Description:

This subroutine sets the width of the 3D border for the "current" chart spec. The <chart_edge_width> value specifies the width of the 3D border in pixels. This value only applies if the .CHART SET EDGE EFFECT subroutine has been called and the chart edge effect has been specified as "Raised" or "Depressed". If the chart edge effect has been specified as "Flat", then the <chart_edge_width> value is ignored. However, if the chart edge effect has not been specified and the <chart_edge_width> is specified, then the system will use the specified width to render a "Raised" 3D border around the chart.

Revision 32011-09-14 - JeanNeron

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

.CHART SET EDGE WIDTH

Line: 7 to 7
 

Usage:

      PASS         <chart_edge_width>        FIELD            SHARE? N
Changed:
<
<
GOSUB CHT .CHART SET EDGE WIDTH
>
>
GOSUB 0CD .CHART SET EDGE WIDTH
 
    • Check for error
Changed:
<
<
IF CHT .CHART SET EDGE WIDTH NE
>
>
IF 0CD .CHART SET EDGE WIDTH NE
 

Description:

This subroutine sets the width of the 3D border for the "current" chart spec. The <chart_edge_width> value specifies the width of the 3D border in pixels. This value only applies if the .CHART SET EDGE EFFECT subroutine has been called and the chart edge effect has been specified as "Raised" or "Depressed". If the chart edge effect has been specified as "Flat", then the <chart_edge_width> value is ignored. However, if the chart edge effect has not been specified and the <chart_edge_width> is specified, then the system will use the specified width to render a "Raised" 3D border around the chart.

Revision 22010-03-20 - SteveFrizzell

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

.CHART SET EDGE WIDTH

This subroutine set the width of the 3D border for the "current" chart spec.

Revision 12010-03-18 - SteveFrizzell

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

.CHART SET EDGE WIDTH

This subroutine set the width of the 3D border for the "current" chart spec.

Usage:

      PASS         <chart_edge_width>        FIELD            SHARE? N
      GOSUB    CHT .CHART SET EDGE WIDTH
      *        Check for error
      IF       CHT .CHART SET EDGE WIDTH      NE

Description:

This subroutine sets the width of the 3D border for the "current" chart spec. The <chart_edge_width> value specifies the width of the 3D border in pixels. This value only applies if the .CHART SET EDGE EFFECT subroutine has been called and the chart edge effect has been specified as "Raised" or "Depressed". If the chart edge effect has been specified as "Flat", then the <chart_edge_width> value is ignored. However, if the chart edge effect has not been specified and the <chart_edge_width> is specified, then the system will use the specified width to render a "Raised" 3D border around the chart.

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

Comments:

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

<--/commentPlugin-->

-- SteveFrizzell - 2010-03-18

 
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