*MinMax()
Saves and restores the current minimum and maximum values of a displayed legend.
Syntax
*MinMax (minimum, maximum)
Application
HyperView
Inputs
- minimum
 - Minimum value display on legend.
 - maximum
 - Maximum value displayed on legend.
 
Context
*BeginContour()
Example
*BeginContour()
    *ResultString("Contour\nDisplacement (Mag)")
    *NumCols(10)
    *MinMax(0.000000, 36.063614)
    *NoResultColor(192, 192, 192)
    *ShowMaxMin(show)
    *LegendPosition(UpperLeft)
*EndContour()
      Comments
This command is valid in the following blocks: *BeginContour(), *BeginVector(), and *BeginTensor().