Valid in: | anywhere in your program |
Used by: | SGPLOT, SGPANEL, and SGSCATTER procedures |
footnote color=red "Sales:" color=blue " 2000";
x
identifies a string
as a hexadecimal value. You must also enclose the character specification
in a special ODS handler string, in the format (*ESC*){unicode 'hexadecimal-value'x}.
For example: title "Regression with Confidence Limits ( (*ESC*){unicode '03B1'x}=.05 )";This statement produces the title, "Regression with Confidence Limits (α = .05)" because '03B1'x is the hexadecimal value for the lowercase Greek letter alpha in all Unicode fonts.
For footnotes, the default font weight is specified by the FONTWEIGHT attribute of the GraphFootnoteText style element in the current style.
title color=red "Red" color=blue " Blue";
For footnotes, the default font color is specified by the COLOR attribute of the GraphFootnoteText style element in the current style.
For footnotes, the default font is specified by the FONTFAMILY attribute of the GraphFootnoteText style element in the current style.
For footnotes, the default font size is specified by the FONTSIZE attribute of the GraphFootnoteText style element in the current style.
For footnotes, the default font style is specified by the FONTSTYLE attribute of the GraphFootnoteText style element in the current style.
footnote justify=left "Example 2" justify=right "Graph 3";
title4;