*EndCategoryOverride()

Indicates the end of a category legend override block.

Syntax

*EndCategoryOverride()

Application

HyperView

Context

*BeginContour()

Example

*BeginGraphicDefaults() 
	*BeginCategoryOverride("Contact Status")
		*Category(3, "Frozen", "255 0 0")
		*Category(2, "ClosedStick", "255 165 0")
		*Category(1, "ClosedSlip", "0 255 0")
		*Category(0, "Open", "0 0 255")
		*Category("N/A", "No Result", "192 192 192")
	*EndCategoryOverride()
*EndGraphicDefaults()

Comments

Every *BeginCategoryOverride() statement requires a closing *EndCategoryOverride() statement.

Category overrides are used to show results that are represented as discrete numerical values using a custom category legend as opposed to a numerical legend.

See the *BeginCategoryOverride() Preference File statement for additional details on setting custom category overrides.