This class represents a column in a ParallelCoordinatePlot.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsExpressionColumn
Spotfire.Dxp.Application.VisualsParallelCoordinatePlotColumn
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(2, 0)] public sealed class ParallelCoordinatePlotColumn : ExpressionColumn
The ParallelCoordinatePlotColumn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ParallelCoordinatePlotColumn |
Initializes a new instance of the ParallelCoordinatePlotColumn class.
|
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataColumnName | Gets the name of the data column.
| |
| Expression |
Gets or sets the Expression defining the column.
(Inherited from ExpressionColumn.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Name | Gets the name of the column.
| |
| 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.) |
Explicit Interface Implementations
Version Information
See Also