*Position() - datum lines
Specifies the location of a datum line.
Syntax
*Position ("Value")
Application
HyperGraph
Inputs
- "Value"
- A value indicating where the datum line should be positioned. Must be in double quotes. You can also supply a math expression, without brackets, {}.
Context
*BeginDatumLine()
Report Definitions
Example
*BeginDatumLine(h, "Untitled Datum", on)
*Label("Extreme Point")
*Position("1500")
*AxisIndex(2)
*LabelLocation(4)
*Style(2)
*Thickness(1)
*Color(5)
*LabelFont("Arial", 1, 1, 18)
*EndDatumLine()