# C1.Win.C1Chart.TrendLine.RegressionStatistics

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_TrendLine_RegressionStatistics_" data-uid="C1.Win.C1Chart.TrendLine.RegressionStatistics*">RegressionStatistics Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_TrendLine_RegressionStatistics_" data-uid="C1.Win.C1Chart.TrendLine.RegressionStatistics*"></a>
<h4 id="C1_Win_C1Chart_TrendLine_RegressionStatistics" data-uid="C1.Win.C1Chart.TrendLine.RegressionStatistics">RegressionStatistics</h4>
<div class="markdown level1 summary"><p>Gets the statistical information about calculated regression.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RegressionStatistics RegressionStatistics { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property RegressionStatistics As RegressionStatistics</code></pre>
</div>
<h5 id="C1_Win_C1Chart_TrendLine_RegressionStatistics_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is meaningful only for TrendLines that use a specific regression model,
including Polynomial, Log, Power. Exponential, or Fourier. For TrendLines that do not
use one of these regression models,   Nothing (VB) or null (C#) is returned.
If data can not be fit to the specified regression model also returns Nothing.(VB) or null (C#).</p>
</div>
<h5 id="C1_Win_C1Chart_TrendLine_RegressionStatistics_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.TrendLine.html">TrendLine</a></div>
</div>
</div>
