ModVisualizationAxis Method

Spotfire 15.0 API Reference
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: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public ModAxis Axis(
	string name
)

Parameters

name
Type: SystemString
The name of the axis to get.

Return Value

Type: ModAxis
An object representing the Mod Axis, or null.
Version Information

Supported in: 14.6, 14.5
See Also

Reference