Gets the axis with the specified name declared by this Mod Visualization, as
defined in the mod-manifest.json, excluding the color axis.
To access the color axis, use the ColorAxis property.
Namespace: Spotfire.Dxp.Application.Mods
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public ModAxis Axis( string name )
Parameters
- name
- Type: SystemString
The name of the axis to get.
Return Value
Type: ModAxisAn object representing the Mod Axis, or null.
Version Information
Supported in: 14.7
See Also