# C1.Win.C1Chart.StatisticalData.Level

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_StatisticalData_Level" data-uid="C1.Win.C1Chart.StatisticalData.Level" class="text-break">StatisticalData.Level Enum
</h1>
  <div class="markdown level0 summary"><p>Provides the desired percent confidence level used to calculate the confidence interval for the associated data.</p>
</div>
  <div class="markdown level0 conceptual"></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_Level_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum StatisticalData.Level</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum StatisticalData.Level</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P10">P10</td>
        <td><p>The desired percentage confidence level is 10%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P20">P20</td>
        <td><p>The desired percentage confidence level is 20%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P40">P40</td>
        <td><p>The desired percentage confidence level is 40%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P50">P50</td>
        <td><p>The desired percentage confidence level is 50%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P60">P60</td>
        <td><p>The desired percentage confidence level is 60%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P80">P80</td>
        <td><p>The desired percentage confidence level is 80%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P90">P90</td>
        <td><p>The desired percentage confidence level is 90%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P95">P95</td>
        <td><p>The desired percentage confidence level is 95%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P98">P98</td>
        <td><p>The desired percentage confidence level is 98%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_StatisticalData_Level_P99">P99</td>
        <td><p>The desired percentage confidence level is 99%.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
