# C1.Win.C1Chart3D.Chart3DDataLabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection" class="text-break">Chart3DDataLabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of Chart3DDataLabel 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">NotifiersCollection</span></div>
    <div class="level3"><span class="xref">Chart3DDataLabelsCollection</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.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DDataLabelsCollection : NotifiersCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DDataLabelsCollection
    Inherits NotifiersCollection
    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_C1Chart3D_Chart3DDataLabelsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified Chart3DDataLabel by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Item_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a Chart3DDataLabel by its text value.</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_C1Chart3D_Chart3DDataLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DDataLabel_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Add(C1.Win.C1Chart3D.Chart3DDataLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DDataLabel_">Add(Chart3DDataLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds specified label to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Add_System_Int32_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Add(System.Int32,System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Add_System_Int32_System_String_">Add(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label with specified index and text and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_AddNewLabel" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.AddNewLabel">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.AddNewLabel.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_AddNewLabel">AddNewLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Chart3DDataLabel and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DDataLabel_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Contains(C1.Win.C1Chart3D.Chart3DDataLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DDataLabel_">Contains(Chart3DDataLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabel.html">Chart3DDataLabel</a> exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DDataLabel___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.CopyTo(C1.Win.C1Chart3D.Chart3DDataLabel[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DDataLabel___System_Int32_">CopyTo(Chart3DDataLabel[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabel.html">Chart3DDataLabel</a> elements beginning with
the specified index to an array of Chart3DDataLabel objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DDataLabel_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.IndexOf(C1.Win.C1Chart3D.Chart3DDataLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DDataLabel_">IndexOf(Chart3DDataLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabel.html">Chart3DDataLabel</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DDataLabel_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DDataLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Insert.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DDataLabel_">Insert(int, Chart3DDataLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabel.html">Chart3DDataLabel</a> object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DDataLabel_" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Remove(C1.Win.C1Chart3D.Chart3DDataLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DDataLabel_">Remove(Chart3DDataLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabel.html">Chart3DDataLabel</a> object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataLabelsCollection_ToString" data-uid="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataLabelsCollection.ToString.html#C1_Win_C1Chart3D_Chart3DDataLabelsCollection_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DDataLabelsCollection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
