*FooterText()
Specifies the footer text in the contour legend.
Syntax
*FooterText (state, num_lines, value)
Application
HyperView
Inputs
- state
- Indicates if the footer should be displayed in the legend.
- show
- Displays the footer.
- hide
- Does not display the footer.
- num_lines
- An integer that indicates the number of lines in the footer.
- value
- The footer text. Each line is a text field that can contain spaces. Lines are separated by commas.
Context
*BeginContour()
*BeginTensor()
*BeginVector()
Example
*BeginContour()
• • •
*FooterText(show, 2, "This is a test footer.")
• • •
*EndContour()
Comments
This statement applies to the Contour, Tensor, and Vector panels in HyperView.