Specifies the header text in the contour legend.
*HeaderText()Specifies the header text in the contour legend. |
|||||
*HeaderText()Specifies the header text in the contour legend. |
Syntax |
*HeaderText(state, num value, text) |
|
Arguments |
Name |
Description |
state |
Indicates if the header should be displayed in the legend. show - displays the header. hide - does not display the header. |
|
num value |
The number of header text values. |
|
text |
The header text. Each line is a text field that can contain spaces. Lines are separated by commas. |
|
Example |
*BeginContour() • • • *HeaderText(hide, 1, "This is a test header.") • • • *EndContour() |
|
Application |
HyperView |
|
Context |
||
Comments |
This statement applies to the Contour, Tensor, and Vector panels in HyperView. |
|
See also |
|
|