Spotfire.Dxp.Application.Visuals.ConditionalColoring Namespace TIBCO Spotfire 7.12 API Reference
The Spotfire.Dxp.Application.Visuals.ConditionalColoring namespace contains classes to create and maintain rule based coloring for visualizations.
Classes

  Class Description
Public class CategoricalColorRule
Represents a color rule for categorical coloring.
Public class CategoricalColorRulePropertyNames
Contains property name constants for the public properties of CategoricalColorRule.
Public class 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.
Public class ColorBreakpointPropertyNames
Contains property name constants for the public properties of ColorBreakpoint.
Public class 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.
Public class ColorBreakpointCollectionPropertyNames
Contains property name constants for the public properties of ColorBreakpointCollection.
Public class 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.
Public class ColoringPropertyNames
Contains property name constants for the public properties of Coloring.
Public class 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.
Public class ColoringCollectionPropertyNames
Contains property name constants for the public properties of ColoringCollection.
Public class ColoringTemplateCollection
Collection class used to store templates used for coloring in visualizations. In a document, the template collection can be accessed at ColoringTemplates.
Public class ColoringTemplateCollectionPropertyNames
Contains property name constants for the public properties of ColorRule.
Public class 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.
Public class ColorRulePropertyNames
Contains property name constants for the public properties of ColorRule.
Public class ConditionalColorRule
ConditionalColorRule is a base class for rules that use a boolean condition to determine color.
Public class ConditionalColorRulePropertyNames
Contains property name constants for the public properties of ConditionalColorRule.
Public class ContinuousColorRule
Represents a color rule with gradients or fixed color intervals.
Public class ContinuousColorRulePropertyNames
Contains property name constants for the public properties of ContinuousColorRule.
Public class ExpressionColorRule
ExpressionColorRule represents a ColorRule that uses a custom expression to define where it is applied.
Public class ExpressionColorRulePropertyNames
Contains property name constants for the public properties of ExpressionColorRule.
Public class RangeColorRule
RangeColorRule represents a ColorRule that is used to color all values within a range.
Public class RangeColorRulePropertyNames
Contains property name constants for the public properties of RangeColorRule.
Public class StringColorRule
StringColorRule represents a ColorRule that is used to color strings by comparing them to another string.
Public class StringColorRulePropertyNames
Contains property name constants for the public properties of StringColorRule.
Public class ThresholdColorRule
ThresholdColorRule represents a ColorRule that is used to color all values by how they relate to a specified threshold.
Public class ThresholdColorRulePropertyNames
Contains property name constants for the public properties of ThresholdColorRule.
Public class TopBottomColorRule
TopBottomColorRule represents a ColorRule that colors the top or bottom n values.
Public class TopBottomColorRulePropertyNames
Contains property name constants for the public properties of TopBottomColorRule.
Structures

  Structure Description
Public structure ConditionValue
ConditionValue is used to specify values used in conditional coloring.
Enumerations

  Enumeration Description
Public enumeration ConditionValueType
The ConditionValueType describes the type of a ConditionValue.
Public enumeration IntervalMode
Appearance of the intervals between break points.
Public enumeration RuleComparisonOperator
Comparison operator for usage with ThresholdColorRule instances.
Public enumeration StringComparisonOperator
Comparison operator for usage with StringColorRule instances.