# FarPoint.Win.Spread.Chart.SeriesDataField.GenerateSegmentDataList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Chart_SeriesDataField_GenerateSegmentDataList_" data-uid="FarPoint.Win.Spread.Chart.SeriesDataField.GenerateSegmentDataList*">GenerateSegmentDataList Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Chart_SeriesDataField_GenerateSegmentDataList_" data-uid="FarPoint.Win.Spread.Chart.SeriesDataField.GenerateSegmentDataList*"></a>
<h4 id="FarPoint_Win_Spread_Chart_SeriesDataField_GenerateSegmentDataList_FarPoint_Win_Spread_Chart_SeriesDataField_" data-uid="FarPoint.Win.Spread.Chart.SeriesDataField.GenerateSegmentDataList(FarPoint.Win.Spread.Chart.SeriesDataField)">GenerateSegmentDataList(SeriesDataField)</h4>
<div class="markdown level1 summary"><p>Generates the segment data list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual IList&lt;ISegmentData&gt; GenerateSegmentDataList(SeriesDataField field)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GenerateSegmentDataList(field As SeriesDataField) As IList(Of ISegmentData)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Chart.SeriesDataField.html">SeriesDataField</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>The series data source.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Win.Spread.Chart.ISegmentData.html">ISegmentData</a>&gt;</td>
      <td><p>Returns list segment data of 'field'.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
