withWaterfallTotalIndices method

BarChartSeries withWaterfallTotalIndices(
  1. Set<int> value
)

Replaces BarChartSeries.waterfallTotalIndices with value.

Implementation

BarChartSeries withWaterfallTotalIndices(Set<int> value) =>
    copyWith(waterfallTotalIndices: value);