Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Application.Visuals.AxisBinding class.
Gets or sets the data column containing the values used to control the expression on an axis.
This column would typically contain names of columns in another table, or parts of names that can be combined with the Spotfire.Dxp.Application.Visuals.AxisBinding.ExpressionTemplate property to generate an expression.
Gets or sets the expression template used to build the expression. Defaults to an empty string.
Set this property to specify how values should be used when building the axis expression.
The format is a string where the sequence {0} represents the value.
By default, this property is an empty string. This enables automatic mode where the marked cell value is passed through a heuristics function to generate an appropriate aggregation method, if required.
Gets or sets the marking that controls which row in the column defined by the Spotfire.Dxp.Application.Visuals.AxisBinding.ColumnReference property that should be used for the axis expression.
Gets a collection of methods for executing transactions on the document.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Axis bindings are used to base the expression on an axis on currently marked value in a column.
Remark
Axis bindings can be used to create visualizations whose axis expressions change in response to marking in another visualization.
Since
2.0