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.Coloring at the given index.
Gets the context of this node.
Gets the number of items in the collection.
Gets or sets the default coloring for Boolean datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for date datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for date time datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for numeric datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for string datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for time datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets or sets the default coloring for TimeSpan datatypes, the fallback if no mapping exists for an inquiry. When set, the given coloring must be owned by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Gets a value indicating whether this node is attached.
Gets the legend item used to display information about this ColoringCollection.
Gets a collection of methods for executing transactions on the document.
Adds a mapping between the specified Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance and the specified Spotfire.Dxp.Application.Visuals.CategoryKey value. This means that the specified category will be colored by the specified coloring.
The category.
The coloring.
Adds a new Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance to this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
The newly created Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
Adds a new Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance to this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
A display name for the new coloring.
The newly created Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
Clears all Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instances and mappings in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
Determines whether the given coloring exists in this collection.
The coloring to look for.
true if this collection contains the given coloring; otherwise, false.
Gets all Spotfire.Dxp.Application.Visuals.CategoryKey values that are currently mapped to any Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring managed by this Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringCollection.
The Spotfire.Dxp.Application.Visuals.CategoryKey values.
Gets the Spotfire.Dxp.Application.Visuals.CategoryKey values that are mapped to the specified Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring, otherwise an empty list.
The coloring to get categories for.
A list of the mapped Spotfire.Dxp.Application.Visuals.CategoryKey values, otherwise an empty list.
Gets the Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance that is mapped to the specified Spotfire.Dxp.Application.Visuals.CategoryKey value, otherwise the default coloring for the category's data type. If no type can be established for the given category, or if no default has been set, null is returned.
The category.
The mapped Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance, the default, or null when no default can be established.
Removes the specified Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance and any mappings to it.
The coloring to remove.
true if the coloring is successfully removed, otherwise false.
Removes the item at the given index.
Index to remove.
Removes the mapping between the specified Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instance and the specified Spotfire.Dxp.Application.Visuals.CategoryKey value.
The category to remove the mapping for.
true if the mapping is successfully removed, otherwise false.
Manages a set of Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instances, and mappings between Spotfire.Dxp.Application.Visuals.CategoryKey values and Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring instances. Spotfire.Dxp.Application.Visuals.CrossTablePlot, Spotfire.Dxp.Application.Visuals.TablePlot and Spotfire.Dxp.Application.Visuals.HeatMap uses a ColoringCollection to assign colors.
Since
2.0