Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
ReadonlyItemGets the Spotfire.Dxp.Application.Visuals.Miniatures.CalculatedValueRule at the specified index.
The Spotfire.Dxp.Application.Visuals.Miniatures.CalculatedValueRule at the specified index.
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 added rule.
The font style.
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 font style.
The rule that was added.
Adds a new expression rule to the end of the collection.
The boolean expression.
The color.
The font style.
The rule that was added.
Adds a range rule to the end of the collection.
The start value.
The end value.
The color.
The font style.
The rule that was added.
Adds a string color rule to the end of the collection.
The comparison operator.
The value.
The color.
The font style.
The rule that was added.
Adds a threshold color rule to the end of the collection.
The comparison operator.
The threshold value.
The color.
The font style.
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.
The font style.
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.
The font style.
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.CalculatedValueRules 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.CalculatedValueMiniatureVisualization that are used to determine the color and fontstyle of the rendered value.
Since
2.0