| TEMPLATE Procedure: Text Statements (Experimental) |
| ENTRYTITLE 'string' </ option(s)>; |
| Usage Information |
| Default: |
By default the title is centered at the top of the layout area that contains the ENTRYTITLE statement. |
| Restriction: |
An ENTRYTITLE statement must be specified within a LAYOUT, HEADER, SIDEBAR, or CELL statement block. You can specify an ENTRY statement inside or outside of a nested statement block:
|
| Tip: |
You can include expressions such as date and time stamps in an ENTRYTITLE statement. |
| Tip: |
You can use the ENTRYTITLE statement to specify titles in a graph. |
specifies the text of the title.
| Requirement: | string must be enclosed in quotation marks. |
| Options |
| Option | Description |
|---|---|
| BACKGROUND= color | style-reference | Specifies the background color of the title. |
| BACKTRANSPARENCY= number | Specifies the degree of the transparency of the title background color. |
|
BORDER=
boolean |
Specifies the border that is around the title. |
| BORDERCOLOR= color | Specifies the border color of the title. |
| BORDERPATTERN=line | Specifies the border pattern of the title. |
| BORDERTHICKNESS=dimension | Specifies the border thickness of the title. |
| FONTFAMILY= (string|style-reference) | Specifies the font family of the title text. |
| FONTSIZE= dimension | Specifies the font size of the title text. |
| FONTSTYLE= (NORMAL | ITALIC | style-reference) | Specifies the font style of the title text. |
| FONTWEIGHT= (NORMAL | BOLD | style-reference) | Specifies the font weight of the title text. |
| FOREGROUND= color | style-reference | Specifies the color of the title text. |
| FORMAT= format | Specifies the format of the title text. |
| HALIGN= LEFT | CENTER | RIGHT | Specifies the horizontal alignment of the title that is within the layout area. |
| PADBOTTOM= dimension | Specifies the amount of empty space that is at the bottom of the title. |
| PADLEFT= dimension | Specifies the amount of empty space that is on the left side of the title. |
| PADRIGHT= dimension | Specifies the amount of empty space that is on the right side of the title. |
| PADTOP= boolean | Specifies the amount of empty space that is at the top of the title. |
| TRANSPARENCY= number | Specifies the degree of the transparency of the background and the title text. |
| VALIGN= TOP | CENTER | BOTTOM | Specifies the vertical alignment of the title that is within the layout area. |
specifies the background color of the title.
| Default: | Specified by the GraphBackground:Background style reference. |
specifies the degree of the transparency of the title background color.
| Default: | 0 |
| Range: | 0 (opaque) to 1 (entirely transparent) |
| Interaction: | The BACKTRANSPARENCY= option overrides the TRANSPARENCY= option for the background. |
| See also: | TRANSPARENCY= option |
displays the border that is around the title.
| Default: | FALSE |
specifies the border color of the title.
| Default: | specified by the GraphBorderLines:Foreground style reference. |
specifies the border pattern of the title.
| Default: | Specified by the GraphBorderLines:LineStyle style reference. |
specifies the border thickness of the title.
| Default: | 1 px |
specifies the font family of the title text.
| Default: | Specified by the GraphValueText:Font_Face style reference. |
| Requirement: | string must be enclosed in quotation marks. |
specifies the font size of the title text.
| Default: | Specified by the GraphValueText:Font_Size style reference. |
specifies the font style of the title text.
| Default: | Specified by the GraphValueText:Font_Style style reference. |
specifies the font weight of the title text.
| Default: | Specified by the GraphValueText:Font_Weight style reference. |
specifies the color of the title text.
| Default: | Specified by the GraphValueText:Foreground style reference. |
specifies the format of the title text.
| Default: | No format |
specifies the horizontal alignment of the title that is within the layout area.
| Default: | CENTER |
specifies the amount of empty space that is at the bottom of the title.
| Default: | 0 |
specifies the amount of empty space that is on the left side of the title.
| Default: | 3 px |
specifies the amount of empty space that is on the right side of the title.
| Default: | 3 px |
Specifies the amount of empty space that is at the top of the title.
| Default: | 0 |
specifies the degree of the transparency of the background and the title text.
| Default: | 0 |
| Range: | 0 (opaque) to 1 (entirely transparent) |
| Tip: | You can specify a different transparency for the background and the text by using the BACKTRANSPARENCY= option for the background. The TRANSPARENCY= option will then only apply to the text. |
specifies the vertical alignment of the title that is within the layout area.
| Default: | TOP |