# FarPoint.Win.Spread.Chart.ISupportDynamicDataSegment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_ISupportDynamicDataSegment" data-uid="FarPoint.Win.Spread.Chart.ISupportDynamicDataSegment" class="text-break">ISupportDynamicDataSegment Interface
</h1>
  <div class="markdown level0 summary"><p>Supports receiving different types of data from one segment.
In FpChart model, series' data must be double, category's data must be string.
So, some special segments (such as CellRangeSegmentData) must be able to provide different data based on the specified data type.</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_ISupportDynamicDataSegment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportDynamicDataSegment : ISegmentData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportDynamicDataSegment
    Inherits 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_ISupportDynamicDataSegment_DataType" data-uid="FarPoint.Win.Spread.Chart.ISupportDynamicDataSegment.DataType">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ISupportDynamicDataSegment.DataType.html#FarPoint_Win_Spread_Chart_ISupportDynamicDataSegment_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
