# C1.Win.FlexReport.Chart.ChartNormalCurve

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartNormalCurve" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve" class="text-break">ChartNormalCurve Class
</h1>
  <div class="markdown level0 summary"><p>Represents 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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartNormalCurve</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartNormalCurve_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartNormalCurve : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartNormalCurve
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_ChartNormalCurve_FillStyle" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.FillStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.FillStyle.html#C1_Win_FlexReport_Chart_ChartNormalCurve_FillStyle">FillStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object controlling the appearance of the area under the Normal curve.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartNormalCurve_ForegroundDisplay" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.ForegroundDisplay">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.ForegroundDisplay.html#C1_Win_FlexReport_Chart_ChartNormalCurve_ForegroundDisplay">ForegroundDisplay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Normal (Gaussian) curve is displayed on top of the chart data display.</p>
<p>
By default, the Normal (Gaussian) curve is displayed behind all charted data.  
Setting this to true specifies that the Normal curve should be drawn on top of the charted data.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartNormalCurve_LineStyle" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.LineStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.LineStyle.html#C1_Win_FlexReport_Chart_ChartNormalCurve_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object controlling the appearance of the line representing the Normal curve.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartNormalCurve_UseAntiAlias" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.UseAntiAlias">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.UseAntiAlias.html#C1_Win_FlexReport_Chart_ChartNormalCurve_UseAntiAlias">UseAntiAlias</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Normal curve is drawn using anti-aliasing.</p>
<p>
By default, the normal curve is drawn using anti-aliasing methods.  
Setting this to false overrides this behavior.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartNormalCurve_Visible" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.Visible">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.Visible.html#C1_Win_FlexReport_Chart_ChartNormalCurve_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Normal curve is drawn.</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_FlexReport_Chart_ChartNormalCurve_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartNormalCurve.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartNormalCurve.AssignFrom.html#C1_Win_FlexReport_Chart_ChartNormalCurve_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
