*Category()
Defines a category to be used for a numeric value.
Syntax
*Category (value, label, color)
Application
HyperView
Inputs
- value
- The numeric value of the result.
- label
- The label to be used for the category.
- color
- The color to be used for the category.
Context
*BeginGraphicDefaults()
Example
*BeginCategoryOverride("Contact Status")
*Category(3, "Frozen", "Red")
*Category(2, "ClosedStick", "Orange")
*Category(1, "ClosedSlip", "Green")
*Category(0, "Open", "Blue")
*EndCategoryOverride()