Saves and restores the current minimum and maximum values of a displayed legend. This statement applies to the Contour, Tensor, and Vector panels in HyperView.
Syntax |
*MinMax(minimum, maximum) |
|
Arguments |
Name |
Description |
minimum |
The minimum value of the legend. |
|
maximum |
The maximum value of the legend. |
|
Example |
*BeginLegend() *LegendType(static) *NumCols(9) *MinMax(0.141167, 1.28808) *ColorRGB(0, 0, 200, 21, 121, 255, 0, 199, 221, 40, 255, 185, 57, 255, 0, 170, 255, 0, 255, 227, 0, 255, 113, 0, 255, 0, 0 *EndLegend() |
|
Application |
HyperView. |
|
Context |
||
See also |
|
|