ColoringSetColorForCategory Method TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference