customSubtotals property

List<WaterfallChartCustomSubtotal>? customSubtotals
getter/setter pair

Custom subtotal columns appearing in this series.

The order in which subtotals are defined is not significant. Only one subtotal may be defined for each data point.

Implementation

core.List<WaterfallChartCustomSubtotal>? customSubtotals;