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.FilterRule at the specified index. Includes all filter rules even disabled filter rules.
The index.
The Spotfire.Dxp.Application.Visuals.FilterRule 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.
The rule that was added.
Adds a bottom N rule to the end of the collection.
The expression.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
Should matched elements be filtered out or in?
The rule that was added.
Adds a new expression rule to the end of the collection.
The rule that was added.
Adds a range rule to the end of the collection.
The expression.
The start value.
The end value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a string rule to the end of the collection.
The expression.
The comparison operator.
The value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a threshold rule to the end of the collection.
The expression.
The comparison operator.
The threshold value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a top N rule to the end of the collection.
The rule that was added.
Adds a top N rule to the end of the collection.
The expression.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
Should matched elements be filtered out or in?
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 a collection.
An System.Collections.IEnumerator object that can be used to iterate through the collection.
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 a list of rules in a Spotfire.Dxp.Application.Visuals.Visualization that are used to filter visualization items.
Since
2.0