ColoringEvaluatePerColumn Property

Spotfire 14.3 API Reference
Gets or sets a value indicating whether this Coloring should be evaluated per column.

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

C#
public bool EvaluatePerColumn { get; set; }

Property Value

Type: Boolean
true if evaluated per column; otherwise, false.
Remarks

This setting will only affect the color assignment when the Coloring is applied to more than one column, which is only possible in CrossTablePlot, TablePlot and HeatMap. When set to true, each column the Coloring is applied to is treated as an individual subset, meaning that statistical calculations will be calculated individually for each column (i.e. each column will have their own min and max value).
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