*SetNoteAlignment()

Specifies the default text alignment for notes.

Syntax

*SetNoteAlignment (Left/Right/Center)

Application

HyperGraph

Inputs

Left
Left align text in notes.
Right
Right align text in notes.
Center
Center text in notes.

Context

*BeginPlotDefaults()

Example

• • •
*BeginPlotDefaults()
	*SetBorderColor(12)
	*SetFrameColor(12)
	*SetHeaderColor(1)
	*SetBackgroundColor(0)
	*SetGridlineColor(14)
	*SetZerolineColor(10)
	*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)
	*SetNoteFont("Helvetica",1,1,24)
	*SetPrintLineThickness(0.5)
	*SetAnimBubbleColor(6)
*EndPlotDefaults()
• • •

Comments

*SetNoteAlignment() affects only text in note boxes on plots.