# C1.WPF.Chart.Finance.MacdBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Finance_MacdBase" data-uid="C1.WPF.Chart.Finance.MacdBase" class="text-break">MacdBase Class
</h1>
  <div class="markdown level0 summary"><p>Base class for Macd and MscdHistogram.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="../C1.WPF.FlexChart.4.6.2/C1.WPF.Chart.Series.html">Series</a></div>
    <div class="level4"><a class="xref" href="C1.WPF.Chart.Finance.FinancialSeries.html">FinancialSeries</a></div>
    <div class="level5"><a class="xref" href="C1.WPF.Chart.Finance.IndicatorBase.html">IndicatorBase</a></div>
    <div class="level6"><span class="xref">MacdBase</span></div>
      <div class="level7"><a class="xref" href="C1.WPF.Chart.Finance.Macd.html">Macd</a></div>
      <div class="level7"><a class="xref" href="C1.WPF.Chart.Finance.MacdHistogram.html">MacdHistogram</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IValueProvider</span></div>
    <div><span class="xref">ISeries</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Finance.html">C1.WPF.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FinancialChart.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_Finance_MacdBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MacdBase : IndicatorBase, IDisposable, IValueProvider, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MacdBase
    Inherits IndicatorBase
    Implements IDisposable, IValueProvider, ISeries, IStyleProvider</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_WPF_Chart_Finance_MacdBase__ctor" data-uid="C1.WPF.Chart.Finance.MacdBase.#ctor">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.-ctor.html#C1_WPF_Chart_Finance_MacdBase__ctor">MacdBase()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Finance_MacdBase_FastPeriodProperty" data-uid="C1.WPF.Chart.Finance.MacdBase.FastPeriodProperty">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.FastPeriodProperty.html">FastPeriodProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FastPeriod dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Finance_MacdBase_SlowPeriodProperty" data-uid="C1.WPF.Chart.Finance.MacdBase.SlowPeriodProperty">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.SlowPeriodProperty.html">SlowPeriodProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SlowPeriod dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Finance_MacdBase_SmoothingPeriodProperty" data-uid="C1.WPF.Chart.Finance.MacdBase.SmoothingPeriodProperty">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.SmoothingPeriodProperty.html">SmoothingPeriodProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SmoothingPeriod dependency property.</p>
</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_WPF_Chart_Finance_MacdBase_FastPeriod" data-uid="C1.WPF.Chart.Finance.MacdBase.FastPeriod">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.FastPeriod.html#C1_WPF_Chart_Finance_MacdBase_FastPeriod">FastPeriod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fast exponential moving average period for the MACD line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Finance_MacdBase_SlowPeriod" data-uid="C1.WPF.Chart.Finance.MacdBase.SlowPeriod">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.SlowPeriod.html#C1_WPF_Chart_Finance_MacdBase_SlowPeriod">SlowPeriod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the slow exponential moving average period for the MACD line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Finance_MacdBase_SmoothingPeriod" data-uid="C1.WPF.Chart.Finance.MacdBase.SmoothingPeriod">
          <a class="xref" href="C1.WPF.Chart.Finance.MacdBase.SmoothingPeriod.html#C1_WPF_Chart_Finance_MacdBase_SmoothingPeriod">SmoothingPeriod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the exponential moving average period for the signal line.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
