clearConfidenceBandColor method
Clears TrendAnnotation.confidenceBandColor to null.
Implementation
TrendAnnotation clearConfidenceBandColor() =>
copyWith(clearConfidenceBandColor: true);
Clears TrendAnnotation.confidenceBandColor to null.
TrendAnnotation clearConfidenceBandColor() =>
copyWith(clearConfidenceBandColor: true);