*CoordsAttachment() - HyperGraph

Specifies the attachment point for a note.

Syntax

*CoordsAttachment (X, Y)

Application

HyperGraph

Inputs

X, Y
The coordinates of the point to which the note is attached.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Example

*BeginPlot()
	• • •
	*BeginNote(On, "Note 1")
		*Attach(Coordinates)
		*CoordsAttachment(124.5, 163.5)
		*Position(-5312.61, -2399.28)
		*BeginText()
			*Text("Point {x},{y}")
			*Text("{Slope}")
		*EndText()
		*Font(12)
		*NoteAlignment(Left)
	*EndNote()
	• • •
*EndPlot()

Comments

The position of the note box is specified using the *Position() - notes statement.