HyperWorks Desktop

*AutoPosition()

It is a session file (.mvw) script statement and report definition file (.tpl) statement in the *BeginLegend() and *BeginNote() blocks.

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.

*AutoPosition()

It is a session file (.mvw) script statement and report definition file (.tpl) statement in the *BeginLegend() and *BeginNote() blocks.

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.

Previous topic Next topic No expanding text in this topic  

*AutoPosition()

It is a session file (.mvw) script statement and report definition file (.tpl) statement in the *BeginLegend() and *BeginNote() blocks.

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.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*AutoPosition(True/False)

Arguments

Name

Description

 

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()

Application

HyperGraph.

See also

 

List of Report Statements