WaterfallChartCustomSubtotal class
A custom subtotal column for a waterfall chart series.
Constructors
- WaterfallChartCustomSubtotal({bool? dataIsSubtotal, String? label, int? subtotalIndex})
- WaterfallChartCustomSubtotal.fromJson(Map json_)
Properties
- dataIsSubtotal ↔ bool?
-
True if the data point at subtotal_index is the subtotal.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
A label for the subtotal column.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtotalIndex ↔ int?
-
The zero-based index of a data point within the series.
getter/setter pair
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