ChartHistogramRule class
Allows you to organize numeric values in a source data column into buckets of constant size.
Constructors
- ChartHistogramRule({double? intervalSize, double? maxValue, double? minValue})
- ChartHistogramRule.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intervalSize ↔ double?
-
The size of the buckets that are created.
getter/setter pair
- maxValue ↔ double?
-
The maximum value at which items are placed into buckets.
getter/setter pair
- minValue ↔ double?
-
The minimum value at which items are placed into buckets.
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