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