*AutoPosition()
It is a session file (.mvw) session statement and report definition file (.tpl) statement in the *BeginLegend() and *BeginNote()blocks.
Syntax
*AutoPosition (True/False)
Application
HyperGraph
Description
In the *BeginLegend() block, it indicates if the plot legend should be automatically placed in one of the four corners, so as to obscure the least amount of curve data.
In the *BeginNote() block, it indicates if a plot note should be automatically placed in a position without overlapping other notes.
Inputs
- True
- The legend or note is automatically placed in it's position.
- False
- The legend or note is not automatically placed in it's position.
Example
*BeginLegend(On)
         …… 
         *Location(INSIDE)
         *Position(7.85788, 9.79695, 10.9063, 7.86802)
         *AutoPosition(False)
 *EndLegend()
*BeginNote(On, "Note 1")
          …….
          *Color(0)
          *AutoPosition(True)
          *BorderWidth(1)
          *NoteAlignment(Left)
 *EndNote()