HyperWorks Desktop

*CoordsAttachment() - HyperGraph

Specifies the attachment point for a note.

*CoordsAttachment() - HyperGraph

Specifies the attachment point for a note.

Previous topic Next topic No expanding text in this topic  

*CoordsAttachment() - HyperGraph

Specifies the attachment point for a note.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginNote()

*BeginPlot()

Report Definitions

Comments

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

See also

 

*Attach() - Plot

*BeginNote()

*BeginText()

*CurveAttachment()

*Font()

*NoteAlignment()

*Position() – legends

*Position() - notes

*Text()

List of Session Statements