withLoessSampleCount method

TrendAnnotation withLoessSampleCount(
  1. int value
)

Replaces TrendAnnotation.loessSampleCount with value.

Implementation

TrendAnnotation withLoessSampleCount(int value) =>
    copyWith(loessSampleCount: value);