withInterpolation method
- LineInterpolation value
Replaces RangeAreaChartSeries.interpolation with value.
Implementation
RangeAreaChartSeries withInterpolation(LineInterpolation value) =>
copyWith(interpolation: value);
Replaces RangeAreaChartSeries.interpolation with value.
RangeAreaChartSeries withInterpolation(LineInterpolation value) =>
copyWith(interpolation: value);