withOverlayOffsetFactor method

BarChartSeries withOverlayOffsetFactor(
  1. double value
)

Replaces BarChartSeries.overlayOffsetFactor with value.

Implementation

BarChartSeries withOverlayOffsetFactor(double value) =>
    copyWith(overlayOffsetFactor: value);