*Label() - datum line
Specifies a datum line label.
Syntax
*Label ("Text")
Application
HyperGraph
Inputs
- "Text"
- The label for the datum line. Must be in double quotes. You can also supply a Templex statement, with brackets, {}.
Context
*BeginDatumLine()
Report Definitions
Example
*BeginDatumLine(h, "Minimum", on)
*Label("Low Point")
*Position("16")
*AxisIndex(2)
*LabelLocation(4)
*Style(2)
*Thickness(1)
*Color(5)
*LabelFont("Arial", 1, 1, 18)
*EndDatumLine()