*SetLegendPlacement()
Specifies the default legend position in a plot window.
Syntax
*SetLegendPlacement (TopLeft/TopRight/BottomLeft/BottomRight)
Application
HyperGraph and HyperGraph 3D.
Inputs
- TopLeft
- The upper left corner of the plot window.
- TopRight
- The upper right corner of the plot window.
- BottomLeft
- The lower left corner of the plot window.
- BottomRight
- The lower right corner of the plot window.
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)
	*SetLegendFont(8)
	*SetAnimBubbleColor(6)
*EndPlotDefaults()
• • •Comments
The default size of legend text is specified using the *SetLegendFont() statement.
The default placement of legends is TopLeft.