Represents a marker detail (tooltip) based on an expression.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsDetailItem
Spotfire.Dxp.Application.VisualsExpressionDetailItem
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(8, 0)] public sealed class ExpressionDetailItem : DetailItem
The ExpressionDetailItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Expression |
Gets or sets the expression string used to generate the output for this detail (tooltip) item.
| |
| ImageSize |
Gets or sets the image size of this detail item. The size is only used when the value renderer produces images.
Allowed values are 1-1600 pixels.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| ValueRenderer |
Gets the settings for the value renderer used for this detail item.
| |
| Visible |
Gets or sets a value indicating whether this DetailItem is visible.
(Inherited from DetailItem.) |
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.) | |
| SetValueRenderer |
Sets the renderer for the detail (tooltip) item.
|
Explicit Interface Implementations
Remarks
Examples
C#
plot.Details.Items.AddExpression("SUM([Sales]) as Total Sales");Version Information
See Also