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.ConditionalColoring.ColorBreakpoint at the specified index.
The index of the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint to get.
Gets the number of items in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpointCollection.
Gets a collection of methods for executing transactions on the document.
Adds a new breakpoint to this collection using the specified value and color.
The value tied to the breakpoint to be created.
The color tied to the breakpoint to be created.
The added breakpoint.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Determines the index of a specific item in the collection.
The object to locate in the collection.
The index of breakpoint if found in the list; otherwise, -1.
Moves the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint at the specified index to a new location in the collection.
Removes the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint from the collection.
The breakpoint to remove.
true if the breakpoint was successfully removed, otherwise false.
Removes the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint at the specified index.
The zero-based index of the item to remove.
Class ColorBreakpointCollection represents a set of breakpoints in a gradient or segmented continuous scale. A ColorBreakPointCollection contains instanses of class Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint, and is used to define a Spotfire.Dxp.Application.Visuals.ConditionalColoring.ContinuousColorRule.
Since
2.0