# C1.Win.C1Chart3D.Chart3DLabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DLabelsCollection" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection" class="text-break">Chart3DLabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of Chart3DLabels.</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">Chart3DLabelsCollection</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_Chart3DLabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DLabelsCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DLabelsCollection
    Inherits CollectionBase
    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_Chart3DLabelsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified label from the collection by numerical index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_Item_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first occurrence of the label with the specified name.</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_Chart3DLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Add(C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DLabel_">Add(Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_Add_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Add(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> object with
the specified text to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_AddNewLabel" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.AddNewLabel">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.AddNewLabel.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_AddNewLabel">AddNewLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Contains(C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DLabel_">Contains(Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DLabel___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.CopyTo(C1.Win.C1Chart3D.Chart3DLabel[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DLabel___System_Int32_">CopyTo(Chart3DLabel[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> elements beginning
with the specified index to an array of Chart3DLabel objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.IndexOf(C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DLabel_">IndexOf(Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Insert.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DLabel_">Insert(int, Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_InsertNewLabel_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.InsertNewLabel(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.InsertNewLabel.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_InsertNewLabel_System_Int32_">InsertNewLabel(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label and inserts it into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_OnClear" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnClear">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnClear.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_OnClearComplete" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnClearComplete.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnInsert.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_OnRemove_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.OnRemove.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabelsCollection.Remove(C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabelsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DLabel_">Remove(Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</a> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
