withLayoutMode method

BarChartSeries withLayoutMode(
  1. BarLayoutMode value
)

Replaces BarChartSeries.layoutMode with value.

Implementation

BarChartSeries withLayoutMode(BarLayoutMode value) =>
    copyWith(layoutMode: value);