HyperWorks Desktop

*NumCols()

Indicates the number of color bands to display in the contour legend. This statement applies to the Contour, Tensor, and Vector panels in HyperView.

*NumCols()

Indicates the number of color bands to display in 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  

*NumCols()

Indicates the number of color bands to display in 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

*NumCols(value)

Argument

Name

Description

 

value

The number of color bands to display in the contour legend.

Example

*BeginLegend()

   *LegendType(static)

      *BeginContour()

         *NumCols(9)

      *EndContour()

   *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

*EndLegend()

Application

HyperView

Context

*BeginContour()

*BeginTensor()

*BeginVector()

See also

 

*BeginLegend() - HyperView

*ColorRGB()

*EndLegend()- HyperView

*FooterFont()

*FooterText()

*HeaderFont()

*HeaderText()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumbersFont()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*Title()

*TitleFont()

List of Session Statements