CrossTablePlot MeasureAxis Property TIBCO Spotfire 6.0 API Reference
Gets the measure axis.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public ColorAxis MeasureAxis { get; }

Property Value

Type: ColorAxis
The measure axis.
Remarks

In versions prior to 3.1, the properties on this axis can be used to control the coloring of cells. With version 3.1 and later, this functionality has been marked as obsolete. The cells in the table are now colored via the Colorings property, that can be used to specify coloring rules and how they should be applied.
See Also