Adds a free text item to the currently selected graph sheet. Free Text is a graph annotation object. See Graph Objects for full details.
AddFreeText [/font <font-name>] [/colour <colour-name>] [/align <align>] <text> [<x-pos> [<y-pos>]]
/align |
Integer that specifies alignment of text. Possible values:
|
||||||||||||||||||||||||
/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 "GraphColourFreeText" |
||||||||||||||||||||||||
/font |
Name of font object to be used for text object. This must with the CreateFont command. See CreateFont for details. Default is "Graph Free Text" |
||||||||||||||||||||||||
text |
The text to be displayed |
||||||||||||||||||||||||
x-pos |
x-co-ordinate of the text in view units (See Graph Co-ordinate Systems ). Default = 0.5. |
||||||||||||||||||||||||
y-pos |
y-co-ordinate of the text in view units (See Graph Co-ordinate Systems ). Default = 0.5. |
▲ Command Summary ▲ | ||
◄ AddFloodFill | AddGlobalStyle ▶ |