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.ColorRule at the specified index.
The index.
The Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorRule at the specified index.
2.0
Gets an object that enables coloring by another expression than the default.
Gets the context of this node.
Gets the number of Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorRule instances in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
Gets or sets the default color. This color is used for values that are non-empty and are not colored by any Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorRule.
Gets or sets the display name of this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring should be evaluated per column.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring should be evaluated per trellis panel.
This setting will only affect the color assignment when the plot is currently trellising. When set to true, each trellis panel where the Coloring is applied is treated as an individual subset, meaning that statistical calculations will be calculated individually for each panel (i.e. each panel will have their own min and max value).
2.0
Gets a value indicating whether this node is attached.
Gets or sets a value indicating whether to set color on cell text or on cell background. This property is used by tabular visualizations.
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.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
The color.
The rule that was added.
Adds a new categorical color rule with default configuration to the end of the collection.
The categorical color rule that was added.
Adds a new empty continuous rule to the end of the collection.
The continuous color rule that was added.
Adds a new expression rule to the end of the collection.
The ExpressionColorRule that was added.
Adds a range rule to the end of the collection.
The start value.
The end value.
The color.
The rule that was added.
Adds a string color rule to the end of the collection.
The comparison operator.
The value.
The color.
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 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.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
The color.
The rule that was added.
Applies the given Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring as a template. This will clear the current settings and replace them with the settings from the template.
The template to apply.
Applies the template named templateName from the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColoringTemplateCollection to this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.
Name of the template to apply.
Clears this collection, removing all ColorRules.
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.
Gets the categorical color for the given category. The color is taken from the current Spotfire.Dxp.Application.Visuals.ConditionalColoring.CategoricalColorRule, or if no such rule is available the DefaultColor of this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring is returned.
The category to get a color for.
A Color for the given category.
Returns an enumerator that iterates through the Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorRules 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.
Saves the Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring to a stream.
The stream to write to.
Saves the coloring as a new item in the library.
The library folder in which to save the coloring to.
The title of the library item.
The keywords.
The new library item.
Sets a color for the given category in this Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring. This will be set in a Spotfire.Dxp.Application.Visuals.ConditionalColoring.CategoricalColorRule in this collection. If no such rule is available when this methods is run, it will be added.
The category to set a color for.
The color to set for the category.
Saves the Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring to a stream.
The stream to write to.
Saves the coloring as a new item in the library.
The library folder in which to save the coloring to.
The title of the library item.
The keywords.
The new library item.
Represents a color scheme used to color a visualization. The Coloring class is a list of Spotfire.Dxp.Application.Visuals.ConditionalColoring.ColorRules. A Coloring will assign colors to values using first its rules, and if none of them match either the Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.DefaultColor or Spotfire.Dxp.Application.Visuals.ConditionalColoring.Coloring.EmptyColor will be used.
Since
2.0