*BeginFooter()

Indicates the beginning of a footer block in a plot.

Syntax

*BeginFooter (On/Off)

Application

HyperGraph and MediaView.

Inputs

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.

Context

*BeginPlot()

Report Definitions

Example

*BeginPlot()
	• • •
	*BeginFooter(On)
		*Text("Footers Are Optional")
		*Text("So Are Sub Footers")
	*EndFooter()
	• • •
*EndPlot

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.