Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the Spotfire.Dxp.Application.Visuals.Miniatures.IconRule at the specified index.
The index.
The Spotfire.Dxp.Application.Visuals.Miniatures.IconRule at the specified index.
2.0
Gets the context of this node.
Gets the count.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a bottom N rule to the end of the collection.
An integer specifying the rank of the added rule.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a bottom N rule to the end of the collection.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
The color.
The shape.
The rule that was added.
Adds a new expression rule to the end of the collection.
The boolean expression.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a range rule to the end of the collection.
The start value.
The end value.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a string color rule to the end of the collection.
The comparison operator.
The value.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a threshold color rule to the end of the collection.
The comparison operator.
The threshold value.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a top N rule to the end of the collection.
An integer specifying the rank of the added rule.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Adds a top N rule to the end of the collection.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
The color of the icon rendered if the rule matches.
The shape of the icon rendered if the rule matches.
The rule that was added.
Determines whether the collection contains a specified rule.
The rule to locate in the collection.
True if the collection contains the specified rule; otherwise, false.
Returns an enumerator that iterates through the Spotfire.Dxp.Application.Visuals.Miniatures.IconRules in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
An System.Collections.Generic.IEnumerator for this Coloring.
Determines the index of a specific rule in the collection.
The rule to locate in the collection.
The index of the rule if found in the list; otherwise, -1.
Removes the specified rule from the collection.
The rule to remove.
True if the rule was removed; otherwise false.
Represents the set of rules in a Spotfire.Dxp.Application.Visuals.Miniatures.IconMiniatureVisualization that are used to determine the icon that is rendered.
Since
2.0