ColorAxis Coloring Property TIBCO Spotfire 6.0 API Reference
Gets a Coloring object that controls how values are mapped to colors.

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 Coloring Coloring { get; }

Property Value

Type: Coloring
The coloring used on this axis.
Remarks

Note that the CrossTablePlot does not use this property, although its measure axis is of type ColorAxis. The coloring in the cross table is controlled by the Colorings property.
See Also