Displays the maximum and minimum values for the contoured results in the contour legend.
Syntax |
*ShowMaxMin(show/hide) |
|
Arguments |
Name |
Description |
show/hide |
A text string indicating whether the minimum and maximum values for the contoured results should be displayed. show - Displays the maximum text. hide - Does not display the maximum text. |
|
Example |
*BeginContour() • • • *ShowMaxMin(show) • • • *EndContour() |
|
Application |
HyperView. |
|
Context |
||
Comments |
This statement can only appear between the *BeginContour() and *EndContour() statements. The MaxMin string is displayed at the bottom of the legend before the footer. It displays the minimum and maximum values (on different lines) for the contoured results. |