CalculatedValueRuleCollection Class TIBCO Spotfire 7.12 API Reference
Represents the set of rules in a CalculatedValueMiniatureVisualization that are used to determine the color and fontstyle of the rendered value.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.DocumentModelNode
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.Visuals.MiniaturesCalculatedValueRuleCollection

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(9, 0)]
public sealed class CalculatedValueRuleCollection : DocumentNode, 
	IEnumerable<CalculatedValueRule>, IRuleCollection, IEnumerable

The CalculatedValueRuleCollection type exposes the following members.

Methods

  NameDescription
Public methodAddBottomNRule(Int32, Color, FontStyle)
Adds a bottom N rule to the end of the collection.
Public methodAddBottomNRule(ConditionValue, Color, FontStyle)
Adds a bottom N rule to the end of the collection.
Public methodAddExpressionRule
Adds a new expression rule to the end of the collection.
Public methodAddRangeRule
Adds a range rule to the end of the collection.
Public methodAddStringRule
Adds a string color rule to the end of the collection.
Public methodAddThresholdRule
Adds a threshold color rule to the end of the collection.
Public methodAddTopNRule(Int32, Color, FontStyle)
Adds a top N rule to the end of the collection.
Public methodAddTopNRule(ConditionValue, Color, FontStyle)
Adds a top N rule to the end of the collection.
Public methodClear
Clears this collection, removing all rules.
Public methodContains
Determines whether the collection contains a specified rule.
Public methodGetEnumerator
Returns an enumerator that iterates through the CalculatedValueRules in this Coloring.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific rule in the collection.
Public methodMove
Moves a rule at the specified index to another location in the collection.
Public methodRemove
Removes the specified rule from the collection.
Top
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the count.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem
Gets the CalculatedValueRule at the specified index.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference