# C1.Win.C1Chart.DataBinding.DataBindingFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_DataBinding_DataBindingFlags" data-uid="C1.Win.C1Chart.DataBinding.DataBindingFlags" class="text-break">DataBindingFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies flags that control binding and the way in which the search for members and types is conducted by reflection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.DataBinding.html">C1.Win.C1Chart.DataBinding</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_DataBinding_DataBindingFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataBindingFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataBindingFlags</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="C1_Win_C1Chart_DataBinding_DataBindingFlags_Default">Default</td>
        <td><p>Specifies that no binding flags are defined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataBinding_DataBindingFlags_KeepData">KeepData</td>
        <td><p>Keep data for the <a class="xref" href="C1.Win.C1Chart.ChartDataSeriesCollection.html">ChartDataSeriesCollection</a> for the current ChartGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataBinding_DataBindingFlags_SingleSeries">SingleSeries</td>
        <td><p>Creates a new <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.html">ChartDataSeries</a> and appends it to the collection where the X values of the series are automatically set to their index value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataBinding_DataBindingFlags_UseSecongGroup">UseSecongGroup</td>
        <td><p>Use the second <a class="xref" href="C1.Win.C1Chart.ChartGroup.html">ChartGroup</a> which contains information related to data values and appearance.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
