# C1.Win.C1Chart.NormalCurve

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_NormalCurve" data-uid="C1.Win.C1Chart.NormalCurve" class="text-break">NormalCurve Class
</h1>
  <div class="markdown level0 summary"><p>Contains all properties that help define the appearance of the
normal curve for the Histogram chart.</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">NormalCurve</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_NormalCurve_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Browsable(true)]
[TypeConverter(typeof(c1ChartTypeConverter))]
public class NormalCurve</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class NormalCurve</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_NormalCurve_FillStyle" data-uid="C1.Win.C1Chart.NormalCurve.FillStyle">
          <a class="xref" href="C1.Win.C1Chart.NormalCurve.FillStyle.html#C1_Win_C1Chart_NormalCurve_FillStyle">FillStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets the FillStyle object for the Normal curve.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_NormalCurve_ForegroundDisplay" data-uid="C1.Win.C1Chart.NormalCurve.ForegroundDisplay">
          <a class="xref" href="C1.Win.C1Chart.NormalCurve.ForegroundDisplay.html#C1_Win_C1Chart_NormalCurve_ForegroundDisplay">ForegroundDisplay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_NormalCurve_LineStyle" data-uid="C1.Win.C1Chart.NormalCurve.LineStyle">
          <a class="xref" href="C1.Win.C1Chart.NormalCurve.LineStyle.html#C1_Win_C1Chart_NormalCurve_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets of sets the ChartLineStyle object for the Normal curve.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_NormalCurve_UseAntiAlias" data-uid="C1.Win.C1Chart.NormalCurve.UseAntiAlias">
          <a class="xref" href="C1.Win.C1Chart.NormalCurve.UseAntiAlias.html#C1_Win_C1Chart_NormalCurve_UseAntiAlias">UseAntiAlias</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Normal curve is drawn using anti-aliasing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_NormalCurve_Visible" data-uid="C1.Win.C1Chart.NormalCurve.Visible">
          <a class="xref" href="C1.Win.C1Chart.NormalCurve.Visible.html#C1_Win_C1Chart_NormalCurve_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Normal curve is drawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
