ColoringAddTopNRule Method (ConditionValue, Color)

Spotfire 15.0 API Reference
Adds a top N rule to the end of the collection.

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

C#
public TopBottomColorRule AddTopNRule(
	ConditionValue value,
	Color color
)

Parameters

value
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoringConditionValue
A ConditionValue, that has to evaluate to an integer.
color
Type: System.DrawingColor
The color.

Return Value

Type: TopBottomColorRule
The rule that was added.
Version Information


See Also

Reference