*OverriddenValues()
Specifies the index and value that was overridden for the Legend.
Syntax
*OverriddenValues (index, value)
Application
HyperView
Inputs
- index
- The index of the Legend whose value is overridden.
- value
- The overridden value at that legend index.
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 *OverriddenValues() block may be placed inside a *BeginLegend() block.
The argument values describe the Legend index and the corresponding overridden value.