Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
.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 | |||||||
| ||||||||
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 | |||||||
> > | The <chart_edge_effect> parameter is optional. If specified, it must be one of the following three values:
Flat | |||||||
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. |