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