Difference: CDChartSetEdgeEffect (1 vs. 4)

Revision 42012-02-19 - JeanNeron

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

.CHART SET EDGE EFFECT

This subroutine sets the edge effect of the "current" chart spec.

Revision 32011-09-14 - JeanNeron

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

.CHART SET EDGE EFFECT

Line: 7 to 7
 

Usage:

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

Description:

This subroutine sets the edge effect of the border around the chart area for the "current" chart spec. The <chart_edge_effect> value specifies the desired effect.

Changed:
<
<
The <chart_edge_effect> parameter is optional. If specified, it must be one of the following three values:
Flat
Raised
Depressed
>
>
The <chart_edge_effect> parameter is optional. If specified, it must be one of the following three values:
Flat
Raised
Depressed
  If a <chart_edge_effect> value of "Raised" or "Depressed" is set, then the .CHART SET EDGE WIDTH subroutine should be called to set an appropriate edge width. If an edge width is not set, then the system will use the default edge width as specified in the system parameter record.

Revision 22010-03-20 - SteveFrizzell

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

.CHART SET EDGE EFFECT

This subroutine sets the edge effect of the "current" chart spec.

Revision 12010-03-18 - SteveFrizzell

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

.CHART SET EDGE EFFECT

This subroutine sets the edge effect of the "current" chart spec.

Usage:

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

Description:

This subroutine sets the edge effect of the border around the chart area for the "current" chart spec. The <chart_edge_effect> value specifies the desired effect.

The <chart_edge_effect> parameter is optional. If specified, it must be one of the following three values:

Flat
Raised
Depressed

If a <chart_edge_effect> value of "Raised" or "Depressed" is set, then the .CHART SET EDGE WIDTH subroutine should be called to set an appropriate edge width. If an edge width is not set, then the system will use the default edge width as specified in the system parameter record.

If a <chart_edge_effect> parameter is not received or if the value received is blank, then the edge effect of the chart spec is cleared and the default edge effect will be rendered.

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