Adds a legend box to the currently selected graph. A "Legend Box" is a graph annotation object which consist of a rectangle containing a list of curve labels. See Graph Objects for more information.
AddLegend [/autowidth] [/font <font-name>] [/colour <colour-name>] [<label> [<x-pos> [<y-pos> [<width> [<height>]]]]] [/graphid id]
/autoWidth |
If specified, the width of the box will be adjusted automatically according to its contents. |
||||||||
/colour |
Name of colour to be used for text. Name of option setting that will store the colour of the object in the form #rrggbb. Default is "GraphColourLegendBox" |
||||||||
/font |
Name of font object to be used for text object. This must with the CreateFont command. See CreateFont for details. Default is "Legend Box" |
||||||||
/graphid |
Id of graph sheet. If omitted the current graph will be used |
||||||||
label |
This is the text that will copied to each entry. To be meaningful
this must contain a symbolic value enclosed by '%'. Symbolic
values for graph objects are explained more fully on
Symbolic Values
.
The default value for label if omitted if %DefaultLabel%. This
will result in the curves name and measurements being
displayed in the legend box. Some alternatives are:
|
||||||||
x-pos |
X position of box in view units (See Graph Coordinate System ). If the value is 1.0 or greater, the box will be placed such that its left hand edge is to the right of the graph's grid area. Default = 0. |
||||||||
y-pos |
Y position of box in view units (See Graph Coordinate System ). If the value is 1.0 or greater, the box will be placed such that its bottom edge is above the graph's grid area. Default = 1.02 |
||||||||
width |
Physical width of box in mm. Note that this value will be ignored if /autowidth is specified. Default = 50. |
||||||||
height |
Physical height of box in mm. Default = 15mm |
▲ Command Summary ▲ | ||
◄ AddImageScript | AddLegendProp ▶ |