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.
Gets or sets the axis binding.
Gets or sets a value controlling how a categorical axis responds to filtering. This property only affects axes where the categories are laid out spatially.
Gets or sets a value controlling whether the axis expression should be evaluated on all data or on filtered data.
Gets or sets the expression that defines how data is mapped to this axis.
Expressions are either continuous or categorical. Categorical expressions are embraced by angle brackets: The expression X is continuous, whereas the expression <X> is categorical.
In its simplest form an expression is simply a column name, such as Sales. In aggregated visualization this is often combined with an aggregation method, as in Sum(Sales).
An axis may support categorical expressions, continuous expressions, or both. This depends on the axis in question. The Y axis of a scatter plot, for instance, can be either continuous or categorical, but the Y axis of a bar chart only supports continuous expressions.
When building expressions programmatically, identifiers such as column names should be escaped. This is to ensure that special characters such as square brackets and spaces are treated correctly. This can be done using the Spotfire.Dxp.Data.Expressions.ExpressionUtilities class, or by using the Spotfire.Dxp.Data.DataColumn.NameEscapedForExpression property of Spotfire.Dxp.Data.DataColumn.
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.
Represents an axis in a Spotfire.Dxp.Application.Mods.ModVisualization.
Since
2.1