ConditionValue is used to specify values used in conditional coloring.
Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 70.0.21819.5008 (70.0.21819.5008)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] [ImmutableAttribute] public struct ConditionValue : ISerializable
The ConditionValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Type |
Gets the type of this ConditionValue.
| |
| Value |
Gets the value of this ConditionValue.
|
Methods
| Name | Description | |
|---|---|---|
| CreateExpression |
Creates a ConditionValue containing the specified expression.
| |
| CreateLiteral(Object) |
Creates a ConditionValue containing the specified literal.
| |
| CreateLiteral(Object, DataType) |
Creates a ConditionValue containing the specified literal.
| |
| CreatePercentileValue |
Creates a ConditionValue containing the specified percentile value.
| |
| CreatePercentValue |
Creates a ConditionValue containing the specified percent value.
| |
| Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==. Compares two ConditionValues for equality.
| |
| Inequality |
Implements the operator !=. Compares two ConditionValues for inequality.
|
Fields
| Name | Description | |
|---|---|---|
| AverageValue |
A ConditionValue of type AverageValue.
| |
| Empty |
A empty ConditionValue.
| |
| MaxValue |
A ConditionValue of type MaxValue.
| |
| MedianValue |
A ConditionValue of type MedianValue.
| |
| MinValue |
A ConditionValue of type MinValue.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
|
Version Information
Supported in: 14.8, 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also