# C1.Win.C1Chart.ChartCoordHolder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartCoordHolder" data-uid="C1.Win.C1Chart.ChartCoordHolder" class="text-break">ChartCoordHolder Class
</h1>
  <div class="markdown level0 summary"><p>Manages the data for the ChartCoordArray objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ChartCoordHolder</span></div>
      <div class="level2"><a class="xref" href="C1.Win.C1Chart.PolygonData.html">PolygonData</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartCoordHolder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartCoordHolder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartCoordHolder</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_Hole" data-uid="C1.Win.C1Chart.ChartCoordHolder.Hole">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.Hole.html#C1_Win_C1Chart_ChartCoordHolder_Hole">Hole</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of the data hole as specified by the
parent object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_Label" data-uid="C1.Win.C1Chart.ChartCoordHolder.Label">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.Label.html#C1_Win_C1Chart_ChartCoordHolder_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart label text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_Length" data-uid="C1.Win.C1Chart.ChartCoordHolder.Length">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.Length.html#C1_Win_C1Chart_ChartCoordHolder_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of data points in the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_PointData" data-uid="C1.Win.C1Chart.ChartCoordHolder.PointData">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.PointData.html#C1_Win_C1Chart_ChartCoordHolder_PointData">PointData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartCoordArray object that manages point data (combined X and Y data).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_X" data-uid="C1.Win.C1Chart.ChartCoordHolder.X">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.X.html#C1_Win_C1Chart_ChartCoordHolder_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartCoordArray object that manages X data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_Y" data-uid="C1.Win.C1Chart.ChartCoordHolder.Y">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.Y.html#C1_Win_C1Chart_ChartCoordHolder_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartCoordArray object that manages Y data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordHolder_IsHole_System_Double_" data-uid="C1.Win.C1Chart.ChartCoordHolder.IsHole(System.Double)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.IsHole.html#C1_Win_C1Chart_ChartCoordHolder_IsHole_System_Double_">IsHole(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true whenever the passed value will be interpreted as a data hole.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
