*LegendMode()
Determines if the iso values are displayed in a legend.
Syntax
*LegendMode (state)
Application
HyperView
Inputs
- state
-
- Yes
- The iso values are displayed in the legend.
- No
- The iso values are not displayed in the legend.
Example
*BeginIsoValue()
*ResultType("Displacement")
*DataComponent("Mag")
*ComplexFilter("mag")
*ResolvedInSystem(0)
*IsoValue(485.728)
*Increment(1)
*DisplayMode(below)
*OverrideColor("On", 0, 255, 0)
*LegendMode(no)
*EndIsoValue()