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.
|
![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator |
Returns an enumerator that iterates through this collection.
|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also