HyperWorks Desktop

*Title() - HyperView

Indicates the title for the contour legend.

*Title() - HyperView

Indicates the title for the contour legend.

Previous topic Next topic No expanding text in this topic  

*Title() - HyperView

Indicates the title for the contour legend.

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

Syntax

*Title(state, num lines, value)

Arguments

Name

Description

 

state

The visibility status of the title.

Show – Displays the title.

Hide – Hides the title.

 

num lines

The number of lines in the title.

 

value

The title value.

Example

*BeginLegend()

   *LegendType(static)

   *NumCols(9)

   *MinMax(0.141167, 1.28808)

   *Title(show, 1, "Contour Plot (Analysis system)\nDisplacement(Mag)")

   *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

*BeginContour()

*BeginTensor()

*BeginVector()

Comments

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

See also

 

*BeginLegend() - HyperView

*ColorRGB()

*EndLegend()- HyperView

*FooterFont()

*FooterText()

*HeaderFont()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumbersFont()

*NumCols()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*TitleFont()

List of Session Statements