.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.
--
JeanNeron - 2011-09-28