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.ConditionalColoring.ColorBreakpoint at the specified index.
The index of the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpoint to get.
The value.
2.0
Gets the context of this node.
Gets the number of items in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorBreakpointCollection.
Gets a value indicating whether this node is attached.
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