ScaleAxis3D Class TIBCO Spotfire 6.0 API Reference
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.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals Axis
        Spotfire.Dxp.Application.Visuals ScaleAxisBase
          Spotfire.Dxp.Application.Visuals ScaleAxis3D

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(4, 0)]
public sealed class ScaleAxis3D : ScaleAxisBase
Remarks

The visualization type defines the axis characteristics.

The scale axis always has only one Scale, which is used to control how the scale is drawn in the user interface.

See Also