# FarPoint.Win.Chart.IChartSupportDataSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_IChartSupportDataSource" data-uid="FarPoint.Win.Chart.IChartSupportDataSource" class="text-break">IChartSupportDataSource Interface
</h1>
  <div class="markdown level0 summary"><p>Indicates whether to check that a specified data type exists in the data source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_IChartSupportDataSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartSupportDataSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartSupportDataSource</code></pre>
  </div>
  <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_Chart_IChartSupportDataSource_CanConvertToDateTime" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.CanConvertToDateTime">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.CanConvertToDateTime.html#FarPoint_Win_Chart_IChartSupportDataSource_CanConvertToDateTime">CanConvertToDateTime()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether all values in the data source can be converted safely to the date time.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_IChartSupportDataSource_ContainsDateTimeOnly" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.ContainsDateTimeOnly">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.ContainsDateTimeOnly.html#FarPoint_Win_Chart_IChartSupportDataSource_ContainsDateTimeOnly">ContainsDateTimeOnly()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether all values in the data source are date time.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_IChartSupportDataSource_GetDoubleEnumerable" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.GetDoubleEnumerable">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.GetDoubleEnumerable.html#FarPoint_Win_Chart_IChartSupportDataSource_GetDoubleEnumerable">GetDoubleEnumerable()</a>
        </td>
        <td class="markdown level1 summary"><p>Iterates over the data source and returns double values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_IChartSupportDataSource_GetDoubleValue_System_Int32_" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.GetDoubleValue(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.GetDoubleValue.html#FarPoint_Win_Chart_IChartSupportDataSource_GetDoubleValue_System_Int32_">GetDoubleValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the double value at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_IChartSupportDataSource_GetMaxValue" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.GetMaxValue">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.GetMaxValue.html#FarPoint_Win_Chart_IChartSupportDataSource_GetMaxValue">GetMaxValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value from the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_IChartSupportDataSource_GetMinValue" data-uid="FarPoint.Win.Chart.IChartSupportDataSource.GetMinValue">
          <a class="xref" href="FarPoint.Win.Chart.IChartSupportDataSource.GetMinValue.html#FarPoint_Win_Chart_IChartSupportDataSource_GetMinValue">GetMinValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value from the data source.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
