WaterfallChartSeries class
A single series of data for a waterfall chart.
Constructors
-
WaterfallChartSeries({List<
WaterfallChartCustomSubtotal> ? customSubtotals, ChartData? data, DataLabel? dataLabel, bool? hideTrailingSubtotal, WaterfallChartColumnStyle? negativeColumnsStyle, WaterfallChartColumnStyle? positiveColumnsStyle, WaterfallChartColumnStyle? subtotalColumnsStyle}) - WaterfallChartSeries.fromJson(Map json_)
Properties
-
customSubtotals
↔ List<
WaterfallChartCustomSubtotal> ? -
Custom subtotal columns appearing in this series.
getter/setter pair
- data ↔ ChartData?
-
The data being visualized in this series.
getter/setter pair
- dataLabel ↔ DataLabel?
-
Information about the data labels for this series.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideTrailingSubtotal ↔ bool?
-
True to hide the subtotal column from the end of the series.
getter/setter pair
- negativeColumnsStyle ↔ WaterfallChartColumnStyle?
-
Styles for all columns in this series with negative values.
getter/setter pair
- positiveColumnsStyle ↔ WaterfallChartColumnStyle?
-
Styles for all columns in this series with positive values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtotalColumnsStyle ↔ WaterfallChartColumnStyle?
-
Styles for all subtotal columns in this 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