WaterfallChartSpec class

A waterfall chart.

Constructors

WaterfallChartSpec({LineStyle? connectorLineStyle, WaterfallChartDomain? domain, bool? firstValueIsTotal, bool? hideConnectorLines, List<WaterfallChartSeries>? series, String? stackedType, DataLabel? totalDataLabel})
WaterfallChartSpec.fromJson(Map json_)

Properties

connectorLineStyle LineStyle?
The line style for the connector lines.
getter/setter pair
domain WaterfallChartDomain?
The domain data (horizontal axis) for the waterfall chart.
getter/setter pair
firstValueIsTotal bool?
True to interpret the first value as a total.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideConnectorLines bool?
True to hide connector lines between columns.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series List<WaterfallChartSeries>?
The data this waterfall chart is visualizing.
getter/setter pair
stackedType String?
The stacked type. Possible string values are:
getter/setter pair
totalDataLabel DataLabel?
Controls whether to display additional data labels on stacked charts which sum the total value of all stacked values at each value along the domain axis.
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