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
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: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Remarks
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.
Version Information
See Also