Specifies a datum line label.
*Label() - datum lineSpecifies a datum line label. |
|||||
*Label() - datum lineSpecifies a datum line label. |
Syntax |
*Label("Text") |
|
Arguments |
Name |
Description |
"Text" |
The label for the datum line. Must be in double quotes. You can also supply a Templex statement, with brackets, {}. |
|
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() |
|
Application |
HyperGraph. |
|
Context |
||
See also |
|
|