WaterfallChartSeries constructor

WaterfallChartSeries({
  1. List<WaterfallChartCustomSubtotal>? customSubtotals,
  2. ChartData? data,
  3. DataLabel? dataLabel,
  4. bool? hideTrailingSubtotal,
  5. WaterfallChartColumnStyle? negativeColumnsStyle,
  6. WaterfallChartColumnStyle? positiveColumnsStyle,
  7. WaterfallChartColumnStyle? subtotalColumnsStyle,
})

Implementation

WaterfallChartSeries({
  this.customSubtotals,
  this.data,
  this.dataLabel,
  this.hideTrailingSubtotal,
  this.negativeColumnsStyle,
  this.positiveColumnsStyle,
  this.subtotalColumnsStyle,
});