CrossTablePlotShowContinuousColor Property

Spotfire 14.3 API Reference
Gets or sets a value indicating whether to use continuous coloring for numeric cells.

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

C#
public bool ShowContinuousColor { get; set; }

Property Value

Type: Boolean
true if using continuous coloring for numeric cells; otherwise, false.
Remarks

In versions prior to 3.1 this property can be used to toggle the coloring on and off. From version 3.1 this property will configure the color rules found in the DefaultNumericReference property to include or exclude a ContinuousColorRule.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference