CalculatedValueRuleCollection Methods TIBCO Spotfire 7.11 API Reference

The CalculatedValueRuleCollection type exposes the following members.

Methods

  Name Description
Public method AddBottomNRule(Int32, Color, FontStyle)
Adds a bottom N rule to the end of the collection.
Public method AddBottomNRule(ConditionValue, Color, FontStyle)
Adds a bottom N rule to the end of the collection.
Public method AddExpressionRule
Adds a new expression rule to the end of the collection.
Public method AddRangeRule
Adds a range rule to the end of the collection.
Public method AddStringRule
Adds a string color rule to the end of the collection.
Public method AddThresholdRule
Adds a threshold color rule to the end of the collection.
Public method AddTopNRule(Int32, Color, FontStyle)
Adds a top N rule to the end of the collection.
Public method AddTopNRule(ConditionValue, Color, FontStyle)
Adds a top N rule to the end of the collection.
Public method Clear
Clears this collection, removing all rules.
Public method Contains
Determines whether the collection contains a specified rule.
Public method GetEnumerator
Returns an enumerator that iterates through the CalculatedValueRules in this Coloring.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Determines the index of a specific rule in the collection.
Public method Move
Moves a rule at the specified index to another location in the collection.
Public method Remove
Removes the specified rule from the collection.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference