*ShowMinLocal()
Displays the minimum local values for the contoured results in the contour legend.
Syntax
*ShowMinLocal (state)
Application
HyperView
Inputs
- state
- A text string indicating the minimum values for the contoured results. - Show
- Displays the minimum local values.
- Hide
- Hides the minimum local values.
 
Context
*BeginContour()
*BeginTensor()
*BeginVector()
Example
*BeginLegend()
    *LegendType(static)
    *NumCols(9)
    *MinMax(0.141167, 1.28808)
    *ShowMinLocal(hide)
    *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()Comments
This statement applies to the Contour, Tensor, and Iso panels in HyperView.