Class representing marker detail information, typically displayed in tooltips.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsDetails
Spotfire.Dxp.Application.Visuals.MapsMarkerLayerVisualizationDetails
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class MarkerLayerVisualizationDetails : Details
The MarkerLayerVisualizationDetails type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color | Gets the detail item associated with the color by axis. | |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DisplayMode |
Gets or sets the display mode.
(Inherited from Details.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Items | Gets a DetailItemCollection containing
the parts that build up detail (tooltip) information.
(Inherited from Details.) | |
| Marker | Gets the detail item associated with the marker by axis. | |
| Rotation | Gets the detail item associated with the rotation by axis. | |
| Shape | Gets the detail item associated with the shape by axis. | |
| Size | Gets the detail item associated with the size by axis. | |
| 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