The Coloring type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddBottomNRule(Int32, Color) |
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(ConditionValue, Color) |
Adds a bottom N rule to the end of the collection.
| |
| AddCategoricalColorRule |
Adds a new categorical color rule with default configuration to the end of the collection.
| |
| AddContinuousColorRule |
Adds a new empty continuous rule to the end of the collection.
| |
| AddExpressionRule |
Adds a new expression rule to the end of the collection.
| |
| AddRangeRule |
Adds a range rule to the end of the collection.
| |
| AddStringColorRule |
Adds a string color rule to the end of the collection.
| |
| AddThresholdColorRule |
Adds a threshold color rule to the end of the collection.
| |
| AddTopNRule(Int32, Color) |
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(ConditionValue, Color) |
Adds a top N rule to the end of the collection.
| |
| Apply(String) |
Applies the template named templateName from the ColoringTemplateCollection to this Coloring.
| |
| Apply(Coloring) |
Applies the given Coloring as a template. This will clear the current settings and replace
them with the settings from the template.
| |
| Clear |
Clears this collection, removing all ColorRules.
| |
| Contains |
Determines whether the collection contains a specified rule.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetColorForCategory |
Gets the categorical color for the given category. The color is taken from the current CategoricalColorRule,
or if no such rule is available the DefaultColor of this Coloring is returned.
| |
| GetEnumerator | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific rule in the collection.
| |
| Move |
Moves a rule at the specified index to another location in the collection.
| |
| Remove |
Removes the specified rule from the collection.
| |
| SaveAs(Stream) |
Saves the Coloring to a stream.
| |
| SaveAs(LibraryItem, String, IEnumerableString) |
Saves the coloring as a new item in the library.
| |
| SetColorForCategory |
Sets a color for the given category in this Coloring. This will be set in a
CategoricalColorRule in this collection. If no such rule is available when this methods is run,
it will be added.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
See Also