Axis bindings are used to base the expression on an axis on currently marked value in a column.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsAxisBinding
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(68, 0)] public sealed class AxisBinding : DocumentNode
The AxisBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AxisBinding |
Initializes a new instance of the AxisBinding class.
|
Properties
| Name | Description | |
|---|---|---|
| ColumnReference | Gets or sets the data column containing the values used to control the expression on an axis.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| ExpressionTemplate | Gets or sets the expression template used to build the expression. Defaults to an empty string.
| |
| GenerateMultipleExpressions |
Gets and sets a value indicating whether to generate multiple expressions when marking results in more than one column.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| MarkingReference | Gets or sets the marking that controls which row in the column
defined by the ColumnReference property that should be used for the axis expression.
| |
| 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
Remarks
Version Information
See Also