# C1.Win.C1Chart.ChartCoordHolder.PointData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_ChartCoordHolder_PointData_" data-uid="C1.Win.C1Chart.ChartCoordHolder.PointData*">PointData Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_ChartCoordHolder_PointData_" data-uid="C1.Win.C1Chart.ChartCoordHolder.PointData*"></a>
<h4 id="C1_Win_C1Chart_ChartCoordHolder_PointData" data-uid="C1.Win.C1Chart.ChartCoordHolder.PointData">PointData</h4>
<div class="markdown level1 summary"><p>Gets the ChartCoordArray object that manages point data (combined X and Y data).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ChartCoordArray PointData { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property PointData As ChartCoordArray</code></pre>
</div>
<h5 id="C1_Win_C1Chart_ChartCoordHolder_PointData_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The data managed by the ChartCoordArray object referenced by the PointData
property is exactly the same data as that manage by the ChartCoordArray objects
of the X and Y properties.  The property is provided as a convenience when working
with data obtained as Point or PointF values.</p>
</div>
</div>
