Specifies the data point to which a note is attached.
*CurveAttachment()Specifies the data point to which a note is attached. |
|||||
*CurveAttachment()Specifies the data point to which a note is attached. |
Syntax |
*CurveAttachment(Curve, Point) |
|
Arguments |
Name |
Description |
Curve |
The number of the curve in the legend. |
|
Point |
The index number of a point on the curve. |
|
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() |
|
Application |
HyperGraph. |
|
Context |
||
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. |
|
See also |
|
|