# C1.Win.Chart.Series.DataMember

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_Series_DataMember_" data-uid="C1.Win.Chart.Series.DataMember*">DataMember Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_Series_DataMember_" data-uid="C1.Win.Chart.Series.DataMember*"></a>
<h4 id="C1_Win_Chart_Series_DataMember" data-uid="C1.Win.Chart.Series.DataMember">DataMember</h4>
<div class="markdown level1 summary"><p>Gets or sets the name of the DataMember, if any, for the DataSource.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;Series.DataMember&quot;, &quot;Gets or sets the name of the DataMember, if any, for the DataSource.&quot;)]
public string DataMember { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;Series.DataMember&quot;, &quot;Gets or sets the name of the DataMember, if any, for the DataSource.&quot;)&gt;
Public Property DataMember As String</code></pre>
</div>
</div>
