*Alignment()
Specifies the paragraph alignment of note text.
Syntax
*Alignment (Left/Center/Right)
Application
HyperView, HyperGraph, and MediaView.
Inputs
- Left
- Aligns note text along the left border of the note box.
- Right
- Centers note text in the note box.
- Center
- Aligns note text along the right border of the note box.
Context
*BeginPlot()
*BeginNote()
*BeginPage()
ReportDefinitions
Example
*BeginPlot()
• • •
*BeginNote(On, "Note 1")
*Attach(Curve)
*Position(-5312.61, -2399.28)
*BeginText()
*Text("Point {x},{y}")
*Text("{Slope}")
*EndText()
*Font(12)
*Alignment(Left)
*CurveAttachment(0, 163)
*EndNote()
• • •
*EndPlot()
Comments
If no alignment is specified, the text is left aligned.