*LabelLocation()
Specifies the location of the datum line label.
Syntax
*LabelLocation (0/1/2/3/4/5)
Application
HyperGraph
Inputs
- 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
 
 
Context
*BeginDatumLine()
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()