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: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] [ImmutableAttribute] public struct ConditionValue : ISerializable, ILibraryXmlSerializable
The ConditionValue type exposes the following members.
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.) |
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.
|
Properties
| Name | Description | |
|---|---|---|
| Type |
Gets the type of this ConditionValue.
| |
| Value |
Gets the value of this ConditionValue.
|
Version Information
See Also