CalculatedValueRuleCollection AddThresholdRule Method TIBCO Spotfire 7.0 API Reference
Adds a threshold color 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 AddThresholdRule(
	RuleComparisonOperator comparisonOperator,
	ConditionValue value,
	Color color,
	FontStyle fontStyle
)

Parameters

comparisonOperator
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoring RuleComparisonOperator
The comparison operator.
value
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoring ConditionValue
The threshold value.
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