WaterfallChartSpec constructor
WaterfallChartSpec({
- LineStyle? connectorLineStyle,
- WaterfallChartDomain? domain,
- bool? firstValueIsTotal,
- bool? hideConnectorLines,
- List<
WaterfallChartSeries> ? series, - String? stackedType,
- DataLabel? totalDataLabel,
Implementation
WaterfallChartSpec({
this.connectorLineStyle,
this.domain,
this.firstValueIsTotal,
this.hideConnectorLines,
this.series,
this.stackedType,
this.totalDataLabel,
});