Represents how lines are rendered to connect the values computed by a reference element.
The points defined by Expression and the categories on the X axis of the
top level visualization are connected by lines. Similarly, the points defined by SecondaryExpression
(if this expression is set) are connected by a separate group of lines.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.ReferenceElementsLineConnection
Namespace: Spotfire.Dxp.Application.Visuals.ReferenceElements
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(68, 0)] public sealed class LineConnection : DocumentNode
The LineConnection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Enabled |
Gets or sets a value indicating whether this LineConnection is enabled.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Stepped |
Gets or sets a value indicating whether the line rendered to connect two point is
stepped or straight.
| |
| Stroke |
Gets or sets a value describing the visual attributes used to render the line.
| |
| 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: 15.0, 14.8, 14.7, 14.6
See Also