IconRuleCollectionAddBottomNRule Method (ConditionValue, Color, MarkerShape)

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

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

C#
public IconRule AddBottomNRule(
	ConditionValue value,
	Color color,
	MarkerShape shape
)

Parameters

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

Return Value

Type: IconRule
The rule that was added.
Version Information


See Also

Reference