withLoessSampleCount method
- int value
Replaces TrendAnnotation.loessSampleCount with value.
Implementation
TrendAnnotation withLoessSampleCount(int value) =>
copyWith(loessSampleCount: value);
Replaces TrendAnnotation.loessSampleCount with value.
TrendAnnotation withLoessSampleCount(int value) =>
copyWith(loessSampleCount: value);