ConditionValue class abstract
Represents implementation of single condition value for iconset, databar, colorscale conditions.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator ↔ ConditionalFormatOperator
-
Gets or sets the operator for the threshold values in the conditional format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ConditionValueType
-
Gets or sets a condition value which specifies how the threshold values for a DataBar, ColorScale
and IconSet conditional format are determined.
By default for IconSets ConditionValue.type property is set to ConditionValueType.percent. Here for example,
we set ConditionValueType.percentile to ConditionValue.type property.
getter/setter pair
- value ↔ String
-
Gets or sets the shortest bar or longest bar threshold value for a data
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited