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.
Reverses the axis for individual scales. The returned indexedBool can be used to set and get reverse for individual scales.
Represents the axis transformation type for individual scales. The returned indexedTransformType can be used to set and get the axisTransformType for individual scales.
Gets or sets the scaling mode that defines what the individual scaling is based on.
Controls whether this axis automatically zooms to show the filtered data, or zooms manually using the Spotfire.Dxp.Application.Visuals.ScaleAxisBase.ZoomRange.
Gets a collection of methods for executing transactions on the document.
Get or sets the visible range of the axis.
For categorical data, the range is expressed as two indices. Either end can be null, indicating a default value.
This property is ignored unless Spotfire.Dxp.Application.Visuals.ScaleAxisBase.ManualZoom is set to true.
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 X, Y or Z axis in a 3D Scatter Plot. It is used to map values to an axis, typically by applying a range. When mapping, the scale axis can transform the values.
Remark
The visualization type defines the axis characteristics.
The scale axis always has only one Spotfire.Dxp.Application.Visuals.ScaleAxis3D.Scale, which is used to control how the scale is drawn in the user interface.
Since
2.0