*NumOverriddenValues()

Specifies the number of Legend values which are currently overridden.

Syntax

*NumOverriddenValues (count)

Application

HyperView

Inputs

count
The number of Legend values which are currently overridden.

Context

*BeginGraphic()

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

Comments

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

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