HyperWorks Desktop

*LabelLocation()

Specifies the location of the datum line label.

*LabelLocation()

Specifies the location of the datum line label.

Previous topic Next topic No expanding text in this topic  

*LabelLocation()

Specifies the location of the datum line label.

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

Syntax

*LabelLocation(0/1/2/3/4/5)

Arguments

Name

Description

 

0/1/2/3/4/5

The location of the data line label.

0        =        upper left
1        =        upper center
2        =        upper right
3        =        lower left
4        =        lower center
5        =        lower right

Example

*BeginDatumLine(h, "Untitled Datum", on)

   *Label("{min(c1.y)+3}")

   *Position("min(c1.y)+3")

   *AxisIndex(2)

  *LabelLocation(4)

   *Style(2)

   *Thickness(1)

   *Color(5)

   *LabelFont("Arial", 1, 1, 18)

*EndDatumLine()

Application

HyperGraph.

Context

*BeginDatumLine()

See also

 

*AxisIndex()

*BeginDatumLine()

*Label() - datum line

*Position() - datum lines

List of Session Statements