withShowPearsonCorrelation method
- bool value
Replaces TrendAnnotation.showPearsonCorrelation with value.
Implementation
TrendAnnotation withShowPearsonCorrelation(bool value) =>
copyWith(showPearsonCorrelation: value);
Replaces TrendAnnotation.showPearsonCorrelation with value.
TrendAnnotation withShowPearsonCorrelation(bool value) =>
copyWith(showPearsonCorrelation: value);