*HeaderText()
Specifies the header text in the contour legend.
Syntax
*HeaderText (state, num value, text)
Application
HyperView
Inputs
- 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.
Context
*BeginContour()
*BeginTensor()
*BeginVector()
Example
*BeginContour()
• • •
*HeaderText(hide, 1, "This is a test header.")
• • •
*EndContour()
Comments
This statement applies to the Contour, Tensor, and Vector panels in HyperView.