withShowPearsonCorrelation method

TrendAnnotation withShowPearsonCorrelation(
  1. bool value
)

Replaces TrendAnnotation.showPearsonCorrelation with value.

Implementation

TrendAnnotation withShowPearsonCorrelation(bool value) =>
    copyWith(showPearsonCorrelation: value);