CalculatedValueRuleCollection AddExpressionRule Method TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public CalculatedValueRule AddExpressionRule(
	string booleanExpression,
	Color color,
	FontStyle fontStyle
)

Parameters

booleanExpression
Type: System String
The boolean expression.
color
Type: System.Drawing Color
The color.
fontStyle
Type: System.Drawing FontStyle
The font style.

Return Value

Type: CalculatedValueRule
The rule that was added.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also