IconRuleCollectionAddExpressionRule Method

Spotfire 15.0 API Reference
Adds a new expression 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 AddExpressionRule(
	string booleanExpression,
	Color color,
	MarkerShape shape
)

Parameters

booleanExpression
Type: SystemString
The boolean expression.
color
Type: System.DrawingColor
The color of the icon rendered if the rule matches.
shape
Type: Spotfire.Dxp.Application.VisualsMarkerShape
The shape of the icon rendered if the rule matches.

Return Value

Type: IconRule
The rule that was added.
Version Information


See Also

Reference