Coloring GetColorForCategory Method TIBCO Spotfire 6.0 API Reference
Gets the categorical color for the given category. The color is taken from the current CategoricalColorRule, or if no such rule is available the DefaultColor of this Coloring is returned.

Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public Color GetColorForCategory(
	CategoryKey category
)

Return Value

Type: Color
A Color for hte given category.
See Also