# FarPoint.Win.Spread.Chart.ISegmentData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_ISegmentData" data-uid="FarPoint.Win.Spread.Chart.ISegmentData" class="text-break">ISegmentData Interface
</h1>
  <div class="markdown level0 summary"><p>Represents segment data which is used as a chart's data source.</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_ISegmentData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISegmentData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISegmentData</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_ISegmentData_Count" data-uid="FarPoint.Win.Spread.Chart.ISegmentData.Count">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.Count.html#FarPoint_Win_Spread_Chart_ISegmentData_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count.</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_ISegmentData_ContainStringValue" data-uid="FarPoint.Win.Spread.Chart.ISegmentData.ContainStringValue">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.ContainStringValue.html#FarPoint_Win_Spread_Chart_ISegmentData_ContainStringValue">ContainStringValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the segment contains a string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_ISegmentData_GetValue_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.ISegmentData.GetValue(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.GetValue.html#FarPoint_Win_Spread_Chart_ISegmentData_GetValue_System_Int32_">GetValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value.</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_ISegmentData_DataChanged" data-uid="FarPoint.Win.Spread.Chart.ISegmentData.DataChanged">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.DataChanged.html">DataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when data is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
