*EndPlot()
Indicates the end of a plot block.
Syntax
*EndPlot()
Application
HyperGraph
Context
*BeginPlot()
*BeginWindow()
Report Definitions
Example
*BeginWindow(Plot)
	*IsActive()
	*BeginPlot()
		• • •	
	*EndPlot()
*EndWindow()Comments
Every *BeginPlot() statement requires a closing *EndPlot() statement.