HyperWorks Desktop

*SetNoteAttachment()

Specifies the default attachment for notes in plot windows.

*SetNoteAttachment()

Specifies the default attachment for notes in plot windows.

Previous topic Next topic No expanding text in this topic  

*SetNoteAttachment()

Specifies the default attachment for notes in plot windows.

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

Syntax

*SetNoteAttachment(View/Window)

Arguments

Names

Description

 

View

Attaches the note to the view.

 

Window

Attaches the note to the window.

Example

• • •

*BeginPlotDefaults()

 *SetBorderColor(12)

 *SetFrameColor(12)

 *SetHeaderColor(1)

 • • •        

 *SetAxisColor(1)

 *SetCurveDefaults(1, 3, 1, 0, 0)

 *SetCurveDefaults(1, 4, 1, 0, 0)

 *SetAxisDefaults(0, 11, 2, 1, 11, 4)

 *SetLegendPlacement(TopRight)

 *SetNoteAttachment(View)

 *SetNoteAlignment(Left)

 *SetPrintLineThickness(0.5)

 *SetLegendFont("Helvetica",1,1,24)

 *SetAnimBubbleColor(6)

*EndPlotDefaults()

• • •

Application

HyperGraph.

Context

*BeginPlotDefaults()

Comments

Notes attached to a window remain stationary when the plot is repositioned in the window.

Notes attached to the view move with the plot when the plot is repositioned in the window.

Notes attached to a curve have a leader line connecting the note with a specific point on the curve.  Curve notes move with the plot when the plot is repositioned in the window

See also

 

*SetNoteAlignment()

*SetNoteColor()

*SetNoteFont()

List of Preference Statements