The Spotfire.Dxp.Application.Visuals.ConditionalColoring namespace contains classes to create and maintain rule based coloring for visualizations.
Classes
| Class | Description | |
|---|---|---|
| CategoricalColorRule | Represents a color rule for categorical coloring.
| |
| CategoricalColorRulePropertyNames |
Contains property name constants for the public properties of CategoricalColorRule.
| |
| ColorBreakpoint |
A ColorBreakPoint is a breakpoint in a gradient or segmented continuous scale.
Instances of class ColorBreakpoint are contained in a ColorBreakpointCollection,
and are used by a ContinuousColorRule.
| |
| ColorBreakpointPropertyNames |
Contains property name constants for the public properties of ColorBreakpoint.
| |
| ColorBreakpointCollection |
Class ColorBreakpointCollection represents a set of breakpoints in a gradient or segmented continuous scale.
A ColorBreakPointCollection contains instanses of class ColorBreakpoint, and is used to
define a ContinuousColorRule.
| |
| ColorBreakpointCollectionPropertyNames |
Contains property name constants for the public properties of ColorBreakpointCollection.
| |
| ColorByOtherExpression |
Class containing expression used to override default coloring expression.
Implements the ExpressionColumn | |
| ColorByOtherExpressionPropertyNames |
Contains property name constants for the public properties of ExpressionColumn.
| |
| Coloring |
Represents a color scheme used to color a visualization.
The Coloring class is a list of ColorRules.
A Coloring will assign colors to values using first its rules, and if none of them match
either the DefaultColor or EmptyColor will be used.
| |
| ColoringPropertyNames |
Contains property name constants for the public properties of Coloring.
| |
| ColoringCollection |
Manages a set of Coloring instances, and mappings
between CategoryKey values and Coloring instances.
CrossTablePlot, TablePlot and HeatMap uses a ColoringCollection
to assign colors.
| |
| ColoringCollectionPropertyNames |
Contains property name constants for the public properties of ColoringCollection.
| |
| ColoringTemplateCollection |
Collection class used to store templates used for coloring in visualizations. In a document, the template collection
can be accessed at ColoringTemplates.
| |
| ColoringTemplateCollectionPropertyNames |
Contains property name constants for the public properties of ColorRule.
| |
| ColorRule | Class ColorRule is an abstract base class for rules used to modify the color of visualization items.
ColorRules are contained within a Coloring instance.
| |
| ColorRulePropertyNames |
Contains property name constants for the public properties of ColorRule.
| |
| ConditionalColorRule |
ConditionalColorRule is a base class for rules that use a boolean condition to determine color.
| |
| ConditionalColorRulePropertyNames |
Contains property name constants for the public properties of ConditionalColorRule.
| |
| ContinuousColorRule | Represents a color rule with gradients or fixed color intervals.
| |
| ContinuousColorRulePropertyNames |
Contains property name constants for the public properties of ContinuousColorRule.
| |
| ExpressionColorRule |
ExpressionColorRule represents a ColorRule that uses a custom expression to define where it is applied.
| |
| ExpressionColorRulePropertyNames |
Contains property name constants for the public properties of ExpressionColorRule.
| |
| RangeColorRule |
RangeColorRule represents a ColorRule that is used to color all values within a range.
| |
| RangeColorRulePropertyNames |
Contains property name constants for the public properties of RangeColorRule.
| |
| StringColorRule |
StringColorRule represents a ColorRule that is used to color strings by comparing them to another string.
| |
| StringColorRulePropertyNames |
Contains property name constants for the public properties of StringColorRule.
| |
| ThresholdColorRule |
ThresholdColorRule represents a ColorRule that is used to color all values by
how they relate to a specified threshold.
| |
| ThresholdColorRulePropertyNames |
Contains property name constants for the public properties of ThresholdColorRule.
| |
| TopBottomColorRule |
TopBottomColorRule represents a ColorRule that colors the top or bottom n values.
| |
| TopBottomColorRulePropertyNames |
Contains property name constants for the public properties of TopBottomColorRule.
|
Structures
| Structure | Description | |
|---|---|---|
| ConditionValue |
ConditionValue is used to specify values used in conditional coloring.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ConditionValueType |
The ConditionValueType describes the type of a ConditionValue.
| |
| IntervalMode |
Appearance of the intervals between break points.
| |
| RuleComparisonOperator |
Comparison operator for usage with ThresholdColorRule instances.
| |
| StringComparisonOperator | Comparison operator for usage with StringColorRule instances.
|