WaterfallChartSeries constructor
WaterfallChartSeries({
- List<
WaterfallChartCustomSubtotal> ? customSubtotals, - ChartData? data,
- DataLabel? dataLabel,
- bool? hideTrailingSubtotal,
- WaterfallChartColumnStyle? negativeColumnsStyle,
- WaterfallChartColumnStyle? positiveColumnsStyle,
- WaterfallChartColumnStyle? subtotalColumnsStyle,
Implementation
WaterfallChartSeries({
this.customSubtotals,
this.data,
this.dataLabel,
this.hideTrailingSubtotal,
this.negativeColumnsStyle,
this.positiveColumnsStyle,
this.subtotalColumnsStyle,
});