HyperWorks Desktop

*NumbersFont()

Specifies the font settings for the numeric values displayed on the contour legend. This statement applies to the Contour, Tensor, and Vector panels in HyperView.

*NumbersFont()

Specifies the font settings for the numeric values displayed on the contour legend. This statement applies to the Contour, Tensor, and Vector panels in HyperView.

Previous topic Next topic No expanding text in this topic  

*NumbersFont()

Specifies the font settings for the numeric values displayed on the contour legend. This statement applies to the Contour, Tensor, and Vector panels in HyperView.

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

Syntax

*NumbersFont(name, size, color, vertical alignment, horiztonal alignment)

Arguments

Name

Description

 

name

The name of the font.

 

size

The font size.

 

color

The font color.

 

vertical alignment

The vertical alignment of the title.

 

horizontal alignment

The horiztonal alignment of the title.

Example

*BeginLegend()

   *LegendType(static)

   *NumCols(9)

   *MinMax(0.141167, 1.28808)

   *NumbersFont(Arial, 12, "255, 255, 255", left, center)

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

See also

 

*BeginLegend() - HyperView

*ColorRGB()

*EndLegend()- HyperView

*FooterFont()

*FooterText()

*HeaderFont()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumCols()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*Title()

*TitleFont()

List of Session Statements