# FarPoint.Win.Spread.Chart.SegmentDataType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Chart_SegmentDataType" data-uid="FarPoint.Win.Spread.Chart.SegmentDataType" class="text-break">SegmentDataType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the data type of a segment.</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_SegmentDataType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SegmentDataType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SegmentDataType</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_SegmentDataType_AutoIndex">AutoIndex</td>
        <td><p>The segment will return numeric values if all its values are numeric; otherwise, it will return the index of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SegmentDataType_Number">Number</td>
        <td><p>The segment will return numeric values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SegmentDataType_Text">Text</td>
        <td><p>The segment will return string values.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
