Specifies the footer text in the contour legend.
*FooterText()Specifies the footer text in the contour legend. |
|||||
*FooterText()Specifies the footer text in the contour legend. |
Syntax |
*FooterText(state, num_lines, value) |
||
Arguments |
Name |
Description |
|
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. |
||
Example |
*BeginContour() • • • *FooterText(show, 2, "This is a test footer.") • • • *EndContour() |
||
Application |
HyperView |
||
Context |
|||
Comments |
This statement applies to the Contour, Tensor, and Vector panels in HyperView. |
||
See also |
|||