Indicates the beginning of a footer block in a plot.
*BeginFooter()Indicates the beginning of a footer block in a plot. |
|||||
*BeginFooter()Indicates the beginning of a footer block in a plot. |
Syntax |
*BeginFooter(On/Off) |
|
Arguments |
Name |
Description |
On |
Displays the footer at the bottom of the plot or video file. |
|
Off |
Turns off the displayed footer at the bottom of the plot or video file. |
|
Example |
*BeginPlot() • • • *BeginFooter(On) *Text("Footers Are Optional") *Text("So Are Sub Footers") *EndFooter() • • • *EndPlot |
|
Application |
HyperGraph and MediaView. |
|
Context |
||
Comments |
Footer blocks specify the text displayed in the plot or video footer. The *BeginFooter() block and its subordinate statements statements (previously found only in *BeginPlot() blocks are also valid in the *BeginVideo() block. Every *BeginFooter() statement requires a closing *EndFooter() statement. |
|
See also |
|
|