withErrorUpperValues method

BarChartSeries withErrorUpperValues(
  1. List<double?> value
)

Replaces BarChartSeries.errorUpperValues with value.

Implementation

BarChartSeries withErrorUpperValues(List<double?> value) =>
    copyWith(errorUpperValues: value);