# C1.Win.C1Chart.RegressionStatistics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_RegressionStatistics" data-uid="C1.Win.C1Chart.RegressionStatistics" class="text-break">RegressionStatistics Class
</h1>
  <div class="markdown level0 summary"><p>Contains statistical information about regression trend line.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">RegressionStatistics</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_RegressionStatistics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class RegressionStatistics</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class RegressionStatistics</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics__ctor" data-uid="C1.Win.C1Chart.RegressionStatistics.#ctor">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.-ctor.html#C1_Win_C1Chart_RegressionStatistics__ctor">RegressionStatistics()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_Coeffs" data-uid="C1.Win.C1Chart.RegressionStatistics.Coeffs">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.Coeffs.html#C1_Win_C1Chart_RegressionStatistics_Coeffs">Coeffs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the calculated coefficients of regression equation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_DF" data-uid="C1.Win.C1Chart.RegressionStatistics.DF">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.DF.html#C1_Win_C1Chart_RegressionStatistics_DF">DF</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the degrees of freedom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_F" data-uid="C1.Win.C1Chart.RegressionStatistics.F">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.F.html#C1_Win_C1Chart_RegressionStatistics_F">F</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the F-observed(F-statistic) value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_Rsq" data-uid="C1.Win.C1Chart.RegressionStatistics.Rsq">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.Rsq.html#C1_Win_C1Chart_RegressionStatistics_Rsq">Rsq</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coefficient of determination (R-squared).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_Sey" data-uid="C1.Win.C1Chart.RegressionStatistics.Sey">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.Sey.html#C1_Win_C1Chart_RegressionStatistics_Sey">Sey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the standard error for the y estimate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_Sse" data-uid="C1.Win.C1Chart.RegressionStatistics.Sse">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.Sse.html#C1_Win_C1Chart_RegressionStatistics_Sse">Sse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of squares due to error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_RegressionStatistics_Ssr" data-uid="C1.Win.C1Chart.RegressionStatistics.Ssr">
          <a class="xref" href="C1.Win.C1Chart.RegressionStatistics.Ssr.html#C1_Win_C1Chart_RegressionStatistics_Ssr">Ssr</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of squares due to regression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
