ColoringAddBottomNRule Method (Int32, Color)

Spotfire 15.0 API Reference
Adds a bottom 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 AddBottomNRule(
	int rank,
	Color color
)

Parameters

rank
Type: SystemInt32
An integer specifying the rank of the added TopBottomColorRule.
color
Type: System.DrawingColor
The color of the added TopBottomColorRule.

Return Value

Type: TopBottomColorRule
The rule that was added.
Version Information


See Also

Reference