ConditionValueType Enumeration

Spotfire 14.3 API Reference
The ConditionValueType describes the type of a ConditionValue.

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#
[PersistenceVersionAttribute(6, 0)]
public enum ConditionValueType
Members

  Member nameValueDescription
MinValue0 Represents the minimum value in the current data range.
MaxValue1 Represents the maximum value in the current data range.
AverageValue2 Represents the average value of the current data range.
MedianValue3 Represents the median value in the current data range.
Literal4 Value is to be interpreted as a literal.
Percent5 Value is to be interpreted as a percentage.
Percentile6 Value is to be interpreted as a percentile.
Expression7 Value is to be interpreted as an expression (string).
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