Specifies the default legend position in a plot window
*SetLegendPlacement()Specifies the default legend position in a plot window |
|||||
*SetLegendPlacement()Specifies the default legend position in a plot window |
Syntax |
*SetLegendPlacement(TopLeft/TopRight/BottomLeft/BottomRight) |
|
Arguments |
Names |
Description |
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. |
|
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() • • • |
|
Application |
HyperGraph and HyperGraph 3D. |
|
Context |
||
Comments |
The default size of legend text is specified using the *SetLegendFont()_ statement. |
|
The default placement of legends is TopLeft. |
||
See also |
|
|