Specifies the attachment point for a note.
*CoordsAttachment() - HyperGraphSpecifies the attachment point for a note. |
|||||
*CoordsAttachment() - HyperGraphSpecifies the attachment point for a note. |
Syntax |
*CoordsAttachment(X, Y) |
|
Arguments |
Name |
Description |
X, Y |
The coordinates of the point to which the note is attached. |
|
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() |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
The position of the note box is specified using the *Position() - notes statement. |
|
See also |
|
|