HyperWorks Desktop

*BeginLegend() - HyperView

Indicates the start of the legend block in HyperView.

*BeginLegend() - HyperView

Indicates the start of the legend block in HyperView.

Previous topic Next topic No expanding text in this topic  

*BeginLegend() - HyperView

Indicates the start of the legend block in HyperView.

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

Syntax

*BeginLegend()

Substatements

*ColorRGB()

*FooterFont()

*FooterText()

*HeaderFont()

*HeaderText()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumbersFont()

*NumCols()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*Title()

*TitleFont()

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

   *NoResultColor("192 192 192")

   • • •

*EndLegend()

Application

HyperView.

Context

*BeginContour()

*BeginTensor()

*BeginVector()

Comments

This statement applies to the Contour, Tensor, and Vector panels in HyperView.

This block captures the settings from the Edit legend dialog.

See also

 

*ColorRGB()

*EndLegend()

*FooterFont()

*FooterText()

*HeaderFont()

*HeaderText()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumbersFont()

*NumCols()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*Title()

*TitleFont()

List of Session Statements