ScaleAxis Class TIBCO Spotfire 6.0 API Reference
Represents an X or Y axis in a visualization. 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 ScaleAxis

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(13, 0)]
public sealed class ScaleAxis : ScaleAxisBase, 
	IRenderableAxis
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. It can nevertheless implement multiple scales for the Y axis in scatter plots and line charts. Multiple scales is a way to set different transforms and ranges for subsets of data in the data set.

See Also