# C1.Win.C1Chart.StatisticalData.ConfidenceInterval

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_StatisticalData_ConfidenceInterval" data-uid="C1.Win.C1Chart.StatisticalData.ConfidenceInterval" class="text-break">StatisticalData.ConfidenceInterval Class
</h1>
  <div class="markdown level0 summary"><p>This class reports the confidence interval statistic for the
specified confidence level.</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">StatisticalData.ConfidenceInterval</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_StatisticalData_ConfidenceInterval_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class StatisticalData.ConfidenceInterval</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class StatisticalData.ConfidenceInterval</code></pre>
  </div>
  <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_StatisticalData_ConfidenceInterval_Interval" data-uid="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.Interval">
          <a class="xref" href="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.Interval.html#C1_Win_C1Chart_StatisticalData_ConfidenceInterval_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the confidence interval for the associated data for the
specified confidence level of probability.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_ConfidenceInterval_Probability" data-uid="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.Probability">
          <a class="xref" href="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.Probability.html#C1_Win_C1Chart_StatisticalData_ConfidenceInterval_Probability">Probability</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the desired percent confidence level used
to calculate the confidence interval for the associated data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_StatisticalData_ConfidenceInterval_ToString" data-uid="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.ToString">
          <a class="xref" href="C1.Win.C1Chart.StatisticalData.ConfidenceInterval.ToString.html#C1_Win_C1Chart_StatisticalData_ConfidenceInterval_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
