Coloring SetColorForCategory Method TIBCO Spotfire 6.0 API Reference
Sets a color for the given category in this Coloring. This will be set in a CategoricalColorRule in this collection. If no such rule is available when this methods is run, it will be added.

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 void SetColorForCategory(
	CategoryKey category,
	Color color
)

Parameters

category
Type: Spotfire.Dxp.Application.Visuals CategoryKey
The category to set a color for.
color
Type: System.Drawing Color
The color to set for the category.
See Also