withLoessRobustnessIterations method

TrendAnnotation withLoessRobustnessIterations(
  1. int value
)

Replaces TrendAnnotation.loessRobustnessIterations with value.

Implementation

TrendAnnotation withLoessRobustnessIterations(int value) =>
    copyWith(loessRobustnessIterations: value);