HyperWorks Desktop

*NumOverriddenValues()

Specifies the number of Legend values which are currently overridden.

*NumOverriddenValues()

Specifies the number of Legend values which are currently overridden.

Previous topic Next topic No expanding text in this topic  

*NumOverriddenValues()

Specifies the number of Legend values which are currently overridden.

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

Syntax

*NumOverriddenValues(count)

Arguments

Name

Description

 

count

The number of Legend values which are currently overridden.

Example

*BeginLegend()

    *LegendType("static")

    *NumCols(9)

    *MinMax(0, 11.5051)

    *NoResultColor("192 192 192")

    *Title("show", 1, "title")

    *Numbers("show", "fixed", 3)

    *ShowMax("show")

    *ShowMaxLocal("hide")

    *ShowMin("show")

    *ShowMinLocal("hide")

    *EntityLabel("show")

    *LegendPosition("UpperLeft")

    *NumOverriddenValues(2)

    *OverriddenValues(6, 6,

                      7, 7)

    *BackGroundColor(" 44  85 126")

    *Transparency("On")

    *Filter("LINEAR")

*Endlegend()

Application

HyperView

Context

*BeginGraphic()

Comments

A *NumOverriddenValues() block may be placed inside a *BeginLegend() block.

The argument value describes how many Legend levels are currently overridden.

See also

 

*OverriddenValues()

List of Session Statements