withShowSpearmanCorrelation method

TrendAnnotation withShowSpearmanCorrelation(
  1. bool value
)

Replaces TrendAnnotation.showSpearmanCorrelation with value.

Implementation

TrendAnnotation withShowSpearmanCorrelation(bool value) =>
    copyWith(showSpearmanCorrelation: value);