# C1.Win.C1Chart.ChartDataArray

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartDataArray" data-uid="C1.Win.C1Chart.ChartDataArray" class="text-break">ChartDataArray 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">ChartDataArray</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_ChartDataArray_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartDataArray : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartDataArray
    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_ChartDataArray_DataField" data-uid="C1.Win.C1Chart.ChartDataArray.DataField">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.DataField.html#C1_Win_C1Chart_ChartDataArray_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data field name that is bound to the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_DataType" data-uid="C1.Win.C1Chart.ChartDataArray.DataType">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.DataType.html#C1_Win_C1Chart_ChartDataArray_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default data type of the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Hole" data-uid="C1.Win.C1Chart.ChartDataArray.Hole">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Hole.html#C1_Win_C1Chart_ChartDataArray_Hole">Hole</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an Object with the ChartData.Hole value converted to the data type specified
by the ChartDataArray.DataType property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Item_System_Int32_" data-uid="C1.Win.C1Chart.ChartDataArray.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Item.html#C1_Win_C1Chart_ChartDataArray_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_ChartDataArray_Length" data-uid="C1.Win.C1Chart.ChartDataArray.Length">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Length.html#C1_Win_C1Chart_ChartDataArray_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the data array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Statistics" data-uid="C1.Win.C1Chart.ChartDataArray.Statistics">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Statistics.html#C1_Win_C1Chart_ChartDataArray_Statistics">Statistics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that provides statistics for the data of this ChartDataArray.</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_ChartDataArray_Add_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.Add(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Add.html#C1_Win_C1Chart_ChartDataArray_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new value to the end of the ChartArrayArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_BindingListChanged_System_Object_System_ComponentModel_ListChangedEventArgs_" data-uid="C1.Win.C1Chart.ChartDataArray.BindingListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.BindingListChanged.html#C1_Win_C1Chart_ChartDataArray_BindingListChanged_System_Object_System_ComponentModel_ListChangedEventArgs_">BindingListChanged(object, ListChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>called when the binding list has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Clear" data-uid="C1.Win.C1Chart.ChartDataArray.Clear">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Clear.html#C1_Win_C1Chart_ChartDataArray_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all values from the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Contains_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.Contains(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Contains.html#C1_Win_C1Chart_ChartDataArray_Contains_System_Object_">Contains(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a value is in the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_CopyDataIn_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.CopyDataIn(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.CopyDataIn.html#C1_Win_C1Chart_ChartDataArray_CopyDataIn_System_Object_">CopyDataIn(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data into the ChartDataArray, replacing all existing data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_CopyDataOut" data-uid="C1.Win.C1Chart.ChartDataArray.CopyDataOut">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.CopyDataOut.html#C1_Win_C1Chart_ChartDataArray_CopyDataOut">CopyDataOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data out of the ChartDataArray using the default data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_CopyDataOut_System_Type_" data-uid="C1.Win.C1Chart.ChartDataArray.CopyDataOut(System.Type)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.CopyDataOut.html#C1_Win_C1Chart_ChartDataArray_CopyDataOut_System_Type_">CopyDataOut(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies data out of the ChartDataArray using the specified data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_CopyTo_System_Array_System_Int32_" data-uid="C1.Win.C1Chart.ChartDataArray.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.CopyTo.html#C1_Win_C1Chart_ChartDataArray_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.ChartDataArray.html">ChartDataArray</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_ChartDataArray_GetEnumerator" data-uid="C1.Win.C1Chart.ChartDataArray.GetEnumerator">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.GetEnumerator.html#C1_Win_C1Chart_ChartDataArray_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.C1Chart.ChartDataArray.html">ChartDataArray</a> enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_IndexOf_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.IndexOf(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.IndexOf.html#C1_Win_C1Chart_ChartDataArray_IndexOf_System_Object_">IndexOf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current index of the specified value in the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_Insert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.Insert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Insert.html#C1_Win_C1Chart_ChartDataArray_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 ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_IsHole_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.IsHole(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.IsHole.html#C1_Win_C1Chart_ChartDataArray_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_ChartDataArray_Remove_System_Object_" data-uid="C1.Win.C1Chart.ChartDataArray.Remove(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.Remove.html#C1_Win_C1Chart_ChartDataArray_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurance of the specified value from the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_RemoveAt_System_Int32_" data-uid="C1.Win.C1Chart.ChartDataArray.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.RemoveAt.html#C1_Win_C1Chart_ChartDataArray_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index from the ChartDataArray.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataArray_ToString" data-uid="C1.Win.C1Chart.ChartDataArray.ToString">
          <a class="xref" href="C1.Win.C1Chart.ChartDataArray.ToString.html#C1_Win_C1Chart_ChartDataArray_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
