HyperWorks Desktop

*CurveAttachment()

Specifies the data point to which a note is attached.

*CurveAttachment()

Specifies the data point to which a note is attached.

Previous topic Next topic No expanding text in this topic  

*CurveAttachment()

Specifies the data point to which a note is attached.

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

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

*BeginNote()

*BeginPlot()

Report Definitions

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

 

*Attach() - Plot

*BeginNote()

*BeginText()

*Font()

*NoteAlignment()

*Position() – legends

*Position() - notes

*Text()

List of Session Statements