# C1.Win.C1Chart.ChartCoordArray

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartCoordArray" data-uid="C1.Win.C1Chart.ChartCoordArray" class="text-break">ChartCoordArray Class
</h1>
  <div class="markdown level0 summary"><p>Container object for data arrays.</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">ChartCoordArray</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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_ChartCoordArray_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartCoordArray : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartCoordArray
    Implements IList, ICollection, IEnumerable</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_ChartCoordArray_DataType" data-uid="C1.Win.C1Chart.ChartCoordArray.DataType">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.DataType.html#C1_Win_C1Chart_ChartCoordArray_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default data type of the coord.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Hole" data-uid="C1.Win.C1Chart.ChartCoordArray.Hole">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Hole.html#C1_Win_C1Chart_ChartCoordArray_Hole">Hole</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an Object with the current data hole value converted to the data type specified
by the ChartCoordArray.DataType property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Item_System_Int32_" data-uid="C1.Win.C1Chart.ChartCoordArray.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Item.html#C1_Win_C1Chart_ChartCoordArray_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the data element by index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Length" data-uid="C1.Win.C1Chart.ChartCoordArray.Length">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Length.html#C1_Win_C1Chart_ChartCoordArray_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the coord array.</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_ChartCoordArray_Add_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.Add(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Add.html#C1_Win_C1Chart_ChartCoordArray_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new value to the end of the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Clear" data-uid="C1.Win.C1Chart.ChartCoordArray.Clear">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Clear.html#C1_Win_C1Chart_ChartCoordArray_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all values from the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Contains_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.Contains(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Contains.html#C1_Win_C1Chart_ChartCoordArray_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a value is in the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_CopyDataIn_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.CopyDataIn(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.CopyDataIn.html#C1_Win_C1Chart_ChartCoordArray_CopyDataIn_System_Object_">CopyDataIn(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data into the ChartCoordArray, replacing all existing data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_CopyDataOut" data-uid="C1.Win.C1Chart.ChartCoordArray.CopyDataOut">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.CopyDataOut.html#C1_Win_C1Chart_ChartCoordArray_CopyDataOut">CopyDataOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data out of the ChartCoordArray using the default data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_CopyDataOut_System_Type_" data-uid="C1.Win.C1Chart.ChartCoordArray.CopyDataOut(System.Type)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.CopyDataOut.html#C1_Win_C1Chart_ChartCoordArray_CopyDataOut_System_Type_">CopyDataOut(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data out of the ChartCoordArray using the specified data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_CopyTo_System_Array_System_Int32_" data-uid="C1.Win.C1Chart.ChartCoordArray.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.CopyTo.html#C1_Win_C1Chart_ChartCoordArray_CopyTo_System_Array_System_Int32_">CopyTo(Array, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.html">ChartCoordArray</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_GetEnumerator" data-uid="C1.Win.C1Chart.ChartCoordArray.GetEnumerator">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.GetEnumerator.html#C1_Win_C1Chart_ChartCoordArray_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an iteration object over <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.html">ChartCoordArray</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_IndexOf_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.IndexOf(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.IndexOf.html#C1_Win_C1Chart_ChartCoordArray_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current index of the specified value in the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Insert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Insert.html#C1_Win_C1Chart_ChartCoordArray_Insert_System_Int32_System_Object_">Insert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new value at the specified index of the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_IsHole_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.IsHole(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.IsHole.html#C1_Win_C1Chart_ChartCoordArray_IsHole_System_Object_">IsHole(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified value is interpreted as a data hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_Remove_System_Object_" data-uid="C1.Win.C1Chart.ChartCoordArray.Remove(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.Remove.html#C1_Win_C1Chart_ChartCoordArray_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of the specified value from the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_RemoveAt_System_Int32_" data-uid="C1.Win.C1Chart.ChartCoordArray.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.RemoveAt.html#C1_Win_C1Chart_ChartCoordArray_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index from the ChartCoordArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartCoordArray_ToString" data-uid="C1.Win.C1Chart.ChartCoordArray.ToString">
          <a class="xref" href="C1.Win.C1Chart.ChartCoordArray.ToString.html#C1_Win_C1Chart_ChartCoordArray_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
