Represents a rule that uses a boolean condition to determine appearance of a calculated value.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.MiniaturesCalculatedValueRule
Namespace: Spotfire.Dxp.Application.Visuals.Miniatures
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(61, 0)] public sealed class CalculatedValueRule : DocumentNode
The CalculatedValueRule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color for this rule.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| FontStyle | Obsolete.
Gets or sets the font style for this rule.
| |
| FontStyleFlags |
Gets or sets the font style for this rule.
| |
| 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.
| |
| RuleCondition |
Gets the rule condition.
| |
| 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
See Also