AxisBinding Class TIBCO Spotfire 6.0 API Reference
Axis bindings are used to base the expression on an axis on currently marked value in a column.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals AxisBinding

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class AxisBinding : DocumentNode
Remarks

Axis bindings can be used to create visualizations whose axis expressions change in response to marking in another visualization.
See Also