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" |
||||||||||||||||||
/grid |
If specified, defines the grid where the text object will be placed. If omitted, text will beplaced on the selected grid |
||||||||||||||||||
/localpos |
If set, position is stored relative to a grid. Otherwise it is relative to the whole plotting area. Typically captions are global whereas free text objects are local |
||||||||||||||||||
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 ▶ |