Used by: | GAREABAR, GBARLINE, GCHART, GCONTOUR, GFONT, GKPI, GMAP, GPLOT, GRADAR, GREPLAY, GSLIDE, GTILE, G3D |
Type: | TITLE and FOOTNOTE are global statements. NOTE is a local statement. |
text-arguments(s) can be one or more of “text-string” and text-options. Text options must precede the “text-string” that they modify. text-options can be one or more of the following optional arguments, in any order:
ANGLE=90 | positions the title at the left edge of the graphics output area, angled 90 degrees (counterclockwise) and centered vertically. |
ANGLE=–90 | positions the title at the right edge of the graphics output area, angled –90 degrees (clockwise) and centered vertically. |
ANGLE=90 | positions the footnote at the right edge of the graphics output area, angled 90 degrees (counterclockwise) and centered vertically. |
ANGLE=–90 | positions the footnote at the left edge of the graphics output area, angled –90 (clockwise) and centered vertically. |
ANGLE=90 | positions the note at the bottom of the left edge of the graphics output area, angled 90 degrees (counterclockwise) and reading from bottom to top. |
ANGLE=–90 | positions the note at the top of the right edge of the graphics output area, angled –90 (clockwise) and reading from top to bottom. |
note font=swiss justify=center box=1 "Office Hours" move=(-7,-2)pct "9-5";
title color=red "Total Sales" color=blue box=3 bcolor=cream;
If the TITLE or FOOTNOTE is being output through an ODS
markup destination and the corresponding NOGTITLE or NOGFOOTNOTE option
is specified, then the bold
and italic
FONT
attributes are on by default. However, if you specify different attributes
with the FONT= option, the bold
and italic
attributes
are turned off.
note "June 28, 1997" justify=right "Page 3";
title justify=right "First Line" justify=right "Second Line" justify=right "Third Line";
LANGLE=90 | angles the title 90 degrees (counterclockwise) so that it reads from bottom to top. The title is centered horizontally and positioned at the top of the picture. |
LANGLE=-90 | angles the title –90 degrees (clockwise) so that it reads from top to bottom. The title is centered horizontally and positioned at the top of the picture. |
LANGLE=90 | angles the footnote 90 degrees (counterclockwise) so that it reads from bottom to top. The footnote is centered horizontally and positioned as the bottom of the picture. |
LANGLE=–90 | angles the footnote –90 degrees (clockwise) so that it reads from top to bottom. The footnote is centered horizontally and positioned at the bottom of the picture. |
LANGLE=90 | positions the note at the top of the left edge of the procedure output area, angled 90 degrees (counterclockwise) so that it reads from bottom to top. |
LANGLE=–90 | positions the note at the top of the left edge of the procedure output area, angled –90 degrees (clockwise) so that it reads from top to bottom. |
note move=(65,70)pct color=purple "My Note";
If a NOTE, FOOTNOTE, or TITLE statement uses the MOVE= option to position the text so that the statement does not use its default position, the text of the next NOTE, FOOTNOTE, or TITLE statement occupies the unused position and no blank lines are displayed
If you specify the GUNIT graphics option, then that unit is the default unit. If you do not specify the GUNIT= graphics option, then the default unit is CELLS.
BOX=1...4 for illustrative code that draws a box around lines of text positioned with relative coordinates
note color=red "Sales:" color=blue " 2000";
x
identifies
a string as a hexadecimal value. For example, this statement(footnote1) produces the title Profits
Increase
3,000
: title font=swiss "Profits Increase " "9c"x "3,000";
The Java applet and ActiveX control underline text when the UNDERLIN= option is specified, but they do not vary the thickness of the line.
title4;