HyperWorks Desktop

*LegendMode()

Determines if the iso values are displayed in a legend.

*LegendMode()

Determines if the iso values are displayed in a legend.

Previous topic Next topic No expanding text in this topic  

*LegendMode()

Determines if the iso values are displayed in a legend.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*LegendMode(state)

Argument

Name

Description

 

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()

Application

HyperView.

See also

 

*BeginIsoValue()

List of Session Statements