# C1.WPF.Chart.Finance.ATR

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Finance_ATR" data-uid="C1.WPF.Chart.Finance.ATR" class="text-break">ATR Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Average True Range indicator series for the FinancialChart.</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">ATR</span></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_ATR_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ATR : IndicatorBase, IDisposable, IValueProvider, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ATR
    Inherits IndicatorBase
    Implements IDisposable, IValueProvider, ISeries, IStyleProvider</code></pre>
  </div>
  <h5 id="C1_WPF_Chart_Finance_ATR_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Average true range is used to measure the volatility of an asset. Average true range
does not provide any indication of the price's trend, but rather the degree of price
volatility.</p>
</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_ATR__ctor" data-uid="C1.WPF.Chart.Finance.ATR.#ctor">
          <a class="xref" href="C1.WPF.Chart.Finance.ATR.-ctor.html#C1_WPF_Chart_Finance_ATR__ctor">ATR()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of ATR class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
