*EndFooter()
Indicates the end of a footer block.
Syntax
*EndFooter()
Application
HyperGraph and MediaView.
Context
*BeginFooter()
*BeginPlot()
Report Definitions
Example
*BeginPlot
	• • •
	*BeginFooter(On)
		*Text("Footers Are Optional")
		*Text("So Are Sub Footers")
	*EndFooter()
	• • •
*EndPlotComments
Every *BeginFooter() statement requires a closing *EndFooter() statement.