Represents a color rule with gradients or fixed color intervals.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.ConditionalColoringColorRule
Spotfire.Dxp.Application.Visuals.ConditionalColoringContinuousColorRule
Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class ContinuousColorRule : ColorRule
The ContinuousColorRule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Breakpoints |
Gets the break points for this ContinuousColorRule.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IntervalMode |
Gets or sets the interval mode of this rule, decides how colors are assigned between break points.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| ManualDisplayName |
Gets or sets the display name. If set to null, the ColorRule will be represented with an auto-generated name.
(Inherited from ColorRule.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also