Comparison operator for usage with ThresholdColorRule instances.
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 RuleComparisonOperator
Members
| Member name | Value | Description | |
|---|---|---|---|
| Less | 0 | Less than the threshold value. | |
| LessOrEqual | 1 | Less than or equal to the threshold value. | |
| Equal | 2 | Equal to the threshold value. | |
| NotEqual | 3 | Not equal to the threshold value. | |
| Greater | 4 | Greater than the threshold value. | |
| GreaterOrEqual | 5 | Greater than or equal to the threshold value. |
Version Information
See Also