The ConditionValueType describes the type of a ConditionValue.
Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[PersistenceVersionAttribute(6, 0)] public enum ConditionValueType
Members
| Member name | Value | Description | |
|---|---|---|---|
| MinValue | 0 | Represents the minimum value in the current data range. | |
| MaxValue | 1 | Represents the maximum value in the current data range. | |
| AverageValue | 2 | Represents the average value of the current data range. | |
| MedianValue | 3 | Represents the median value in the current data range. | |
| Literal | 4 | Value is to be interpreted as a literal. | |
| Percent | 5 | Value is to be interpreted as a percentage. | |
| Percentile | 6 | Value is to be interpreted as a percentile. | |
| Expression | 7 | Value is to be interpreted as an expression (string). |
Version Information
See Also