# C1.Win.C1Chart.ChartDataSeries.Tag

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_ChartDataSeries_Tag_" data-uid="C1.Win.C1Chart.ChartDataSeries.Tag*">Tag Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_ChartDataSeries_Tag_" data-uid="C1.Win.C1Chart.ChartDataSeries.Tag*"></a>
<h4 id="C1_Win_C1Chart_ChartDataSeries_Tag" data-uid="C1.Win.C1Chart.ChartDataSeries.Tag">Tag</h4>
<div class="markdown level1 summary"><p>Gets or sets the Tag property which allows association of user data with the ChartDataSeries.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(StringConverter))&gt;
Public Property Tag As Object</code></pre>
</div>
<h5 id="C1_Win_C1Chart_ChartDataSeries_Tag_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>An Object that contains data about the ChartDataSeries. The default is a null reference
(nothing in Visual Basic). Any type derived from the Object class can be assigned to this property.
If the Tag property is set through the Windows Forms designer, only text may be assigned.
A common use for the Tag property is to store data that is closely associated with the series.</p>
</div>
</div>
