Represents the set of rules in a CalculatedValueMiniatureVisualization that are used to determine
the color and fontstyle of the rendered value.
Inheritance Hierarchy
Node
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: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(9, 0)] public sealed class CalculatedValueRuleCollection : DocumentNode, IEnumerable<CalculatedValueRule>, IEnumerable
The CalculatedValueRuleCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Count |
Gets the count.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Item |
Gets the CalculatedValueRule at the specified index.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| AddBottomNRule(Int32, Color, FontStyleFlags) |
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(Int32, Color, FontStyle) | Obsolete.
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(ConditionValue, Color, FontStyleFlags) |
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(ConditionValue, Color, FontStyle) | Obsolete.
Adds a bottom N rule to the end of the collection.
| |
| AddExpressionRule(String, Color, FontStyleFlags) |
Adds a new expression rule to the end of the collection.
| |
| AddExpressionRule(String, Color, FontStyle) | Obsolete.
Adds a new expression rule to the end of the collection.
| |
| AddRangeRule(ConditionValue, ConditionValue, Color, FontStyleFlags) |
Adds a range rule to the end of the collection.
| |
| AddRangeRule(ConditionValue, ConditionValue, Color, FontStyle) | Obsolete.
Adds a range rule to the end of the collection.
| |
| AddStringRule(StringComparisonOperator, ConditionValue, Color, FontStyleFlags) |
Adds a string color rule to the end of the collection.
| |
| AddStringRule(StringComparisonOperator, ConditionValue, Color, FontStyle) | Obsolete.
Adds a string color rule to the end of the collection.
| |
| AddThresholdRule(RuleComparisonOperator, ConditionValue, Color, FontStyleFlags) |
Adds a threshold color rule to the end of the collection.
| |
| AddThresholdRule(RuleComparisonOperator, ConditionValue, Color, FontStyle) | Obsolete.
Adds a threshold color rule to the end of the collection.
| |
| AddTopNRule(Int32, Color, FontStyleFlags) |
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(Int32, Color, FontStyle) | Obsolete.
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(ConditionValue, Color, FontStyleFlags) |
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(ConditionValue, Color, FontStyle) | Obsolete.
Adds a top N rule to the end of the collection.
| |
| Clear |
Clears this collection, removing all rules.
| |
| Contains |
Determines whether the collection contains a specified rule.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the CalculatedValueRules in this Coloring.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific rule in the collection.
| |
| Move |
Moves a rule at the specified index to another location in the collection.
| |
| Remove |
Removes the specified rule from the collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also