# C1.Win.C1Chart.ChartDataSeries.Length

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_ChartDataSeries_Length_" data-uid="C1.Win.C1Chart.ChartDataSeries.Length*">Length Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_ChartDataSeries_Length_" data-uid="C1.Win.C1Chart.ChartDataSeries.Length*"></a>
<h4 id="C1_Win_C1Chart_ChartDataSeries_Length" data-uid="C1.Win.C1Chart.ChartDataSeries.Length">Length</h4>
<div class="markdown level1 summary"><p>Gets the number of data points in the series.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Length { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Length As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Chart_ChartDataSeries_Length_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The Length property returns the actual number of data points in the series.
The length is the maximum number of elements in each of the relevant
ChartDataArray objects in the series.  ChartDataArray objects of the series
are considered relevant only if the object is used to display the current ChartType.</p>
</div>
</div>
