ColoringSetColorForCategory Method TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public void SetColorForCategory(
	CategoryKey category,
	Color color
)

Parameters

category
Type: Spotfire.Dxp.Application.VisualsCategoryKey
The category to set a color for.
color
Type: System.DrawingColor
The color to set for the category.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference