# FarPoint.Win.Spread.Chart.IndicatorChangeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Chart_IndicatorChangeType" data-uid="FarPoint.Win.Spread.Chart.IndicatorChangeType" class="text-break">IndicatorChangeType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents which is the behavior and which part of the indicator has changed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_IndicatorChangeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum IndicatorChangeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum IndicatorChangeType</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="FarPoint_Win_Spread_Chart_IndicatorChangeType_Category">Category</td>
        <td><p>Specifies that the category has changed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangeType_Data">Data</td>
        <td><p>Specifies that the data has changed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangeType_Move">Move</td>
        <td><p>Represents the moving behavior</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangeType_Resize">Resize</td>
        <td><p>Represents the resizing behavior</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IndicatorChangeType_SeriesName">SeriesName</td>
        <td><p>Specifies that the series name has changed</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
