# FarPoint.Win.Spread.Chart.IIndicator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_IIndicator" data-uid="FarPoint.Win.Spread.Chart.IIndicator" class="text-break">IIndicator Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a chart indicator which is displayed when a chart is activated.</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_IIndicator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIndicator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIndicator</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="FarPoint_Win_Spread_Chart_IIndicator_Category" data-uid="FarPoint.Win.Spread.Chart.IIndicator.Category">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IIndicator.Category.html#FarPoint_Win_Spread_Chart_IIndicator_Category">Category</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the category.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IIndicator_Data" data-uid="FarPoint.Win.Spread.Chart.IIndicator.Data">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IIndicator.Data.html#FarPoint_Win_Spread_Chart_IIndicator_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IIndicator_SeriesName" data-uid="FarPoint.Win.Spread.Chart.IIndicator.SeriesName">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IIndicator.SeriesName.html#FarPoint_Win_Spread_Chart_IIndicator_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the series.</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="FarPoint_Win_Spread_Chart_IIndicator_Intersects_FarPoint_Win_Spread_Chart_SheetCellRange_" data-uid="FarPoint.Win.Spread.Chart.IIndicator.Intersects(FarPoint.Win.Spread.Chart.SheetCellRange)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IIndicator.Intersects.html#FarPoint_Win_Spread_Chart_IIndicator_Intersects_FarPoint_Win_Spread_Chart_SheetCellRange_">Intersects(SheetCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Intersects the specified cell range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_IIndicator_IndicatorChanged" data-uid="FarPoint.Win.Spread.Chart.IIndicator.IndicatorChanged">
          <a class="xref" href="FarPoint.Win.Spread.Chart.IIndicator.IndicatorChanged.html">IndicatorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the indicator is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
