Difference: CDLegendKeySetLineWidth (1 vs. 3)

Revision 32012-02-19 - JeanNeron

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

.LEGEND KEY SET LN W

This subroutine sets the line width of the legend key at the specified priority on the "current" Legend Box.

Revision 22011-11-10 - JeanNeron

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

.LEGEND KEY SET LN W

Line: 10 to 10
  PASS <line_width> FIELD SHARE? N GOSUB 0CD .LEGEND KEY SET LN W
    • Check for error
Changed:
<
<
IF 0CD .LEGEND KEY SET LN W NE
>
>
IF 0CD .LEGEND KEY SET LN W NE
 

Description:

This subroutine sets the line width of the legend key at the specified priority on the "current" Legend Box.

Revision 12011-09-28 - JeanNeron

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

.LEGEND KEY SET LN W

This subroutine sets the line width of the legend key at the specified priority on the "current" Legend Box.


Usage:

      PASS         <entry_priority>   FIELD            SHARE? N
      PASS         <line_width>       FIELD            SHARE? N             
      GOSUB    0CD .LEGEND KEY SET LN W
      *        Check for error
      IF       0CD .LEGEND KEY SET LN W     NE

Description:

This subroutine sets the line width of the legend key at the specified priority on the "current" Legend Box.

<entry_priority> is a required field, and must be an integer between 0-9999999. It must refer to a entry priority you added earlier via .LEGEND KEY INTIALIZE or .LEGEND KEY ADD NEXT or one that was added automatically by Chart Director.

<line_width> is the line width for legend entry that represents lines in line charts. Must be an unsigned integer between 0-999. This parameter is optional and will default to blank.

You have to define a Legend box via .CHART SET LEGEND BOX for this subroutine to have any effect.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2011-09-28

 
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