PivotGroupRule class
An optional setting on a PivotGroup that defines buckets for the values in the source data column rather than breaking out each individual value.
Only one PivotGroup with a group rule may be added for each column in the source data, though on any given column you may add both a PivotGroup that has a rule and a PivotGroup that does not.
Constructors
- PivotGroupRule({DateTimeRule? dateTimeRule, HistogramRule? histogramRule, ManualRule? manualRule})
- PivotGroupRule.fromJson(Map json_)
Properties
- dateTimeRule ↔ DateTimeRule?
-
A DateTimeRule.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- histogramRule ↔ HistogramRule?
-
A HistogramRule.
getter/setter pair
- manualRule ↔ ManualRule?
-
A ManualRule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited