*CurveAttachment()

Specifies the data point to which a note is attached.

Syntax

*CurveAttachment (Curve, Point)

Application

HyperGraph

Inputs

Curve
The number of the curve in the legend.
Point
The index number of a point on the curve.

Context

*BeginNote()

*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(1, 163)
	*EndNote()
	• • •
*EndPlot()

Comments

The note box is positioned in the window using the *Position() - notes statement. The *CurveAttachment() statement positions the note leader on the curve.

Curve numbering follows the listed order in the Define Curves panel. The first curve is number 1.