*EndNote()
Indicates the end of a note block.
Syntax
*EndNote()
Application
HyperView, HyperGraph, and MediaView.
Context
*BeginPage()
*BeginPlot()
Report Definitions
Example
*BeginPlot()
	• • •
	*BeginNote(On, "Note 1")
		*Attach(Curve)
		*Position(-5312.61, -2399.28)
		*BeginText()
			*Text("Point {x},{y}")
			*Text("{Slope}")
		*EndText()
		*Font(12)
		*NoteAlignment(LEFT)
		*CurveAttachment(0, 163)
	*EndNote()
	• • •
*EndPlot()Comments
Every *BeginNote() statement requires a closing *EndNote() statement.