.LEGEND SET KEY LAYOUT
This subroutine sets the layout style for the "current" legend.
Usage:
PASS <template> FIELD SHARE? N
GOSUB 0CD .LEGEND SET KEY LAYOUT
* Check for error
IF 0CD .LEGEND SET KEY LAYOUT NE
Description:
This subroutine sets the layout style for the current legend. You have to define a Legend box via
.CHART SET LEGEND BOX for this subroutine to have any effect.
Valid values are:
autogrid, auto grid: Chart Director will lay it out in a grid format. You can also set the number of columns in the grid with
.LEGEND SET KEY COLS.
columnar: Chart Director will automatically lay it out in a column format. This is the default.
flow: Chart Director will lay it out in line format, left to right, top to bottom.
The parameter is optional, if blank or not passed, it will be reset to the default.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-09-26