HyperWorks Desktop

*Position() - notes

Specifies the location of a note in a plot window.

*Position() - notes

Specifies the location of a note in a plot window.

Previous topic Next topic No expanding text in this topic  

*Position() - notes

Specifies the location of a note in a plot window.

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

Syntax

*Position(X1, Y1)

Arguments

Name

Description

 

X1

The X coordinate of the upper left corner of the note in real coordinates.

 

Y1

The Y coordinate of the upper left corner of the note in real coordinates.

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(0, 163)

 *EndNote()

 • • •

*EndPlot()

Application

HyperGraph.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Comments

Notes attached to a curve have a leader line connected to a point on the curve. The attachment point for the leader is specified using the *CurveAttachment() statement.

See also

 

*Attach() - Plot

*BeginNote()

*BeginText()

*CurveAttachment()

*Font()

*NoteAlignment()

*Position() – datum lines

*Position() - legend

*Text()

List of Session Statements