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