# C1.Win.C1Chart3D.Chart3DAxisLabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection" class="text-break">Chart3DAxisLabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of axis labels.</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">Chart3DAxisLabelsCollection</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_Chart3DAxisLabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DAxisLabelsCollection : NotifiersCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DAxisLabelsCollection
    Inherits NotifiersCollection
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_Chart3DAxisLabelsCollection__ctor" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.-ctor.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection__ctor">Chart3DAxisLabelsCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.html">Chart3DAxisLabelsCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Chart3DAxisLabelsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified label from the collection by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Item_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Item.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets gets a label 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_Chart3DAxisLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DAxisLabel_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Add(C1.Win.C1Chart3D.Chart3DAxisLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Add_C1_Win_C1Chart3D_Chart3DAxisLabel_">Add(Chart3DAxisLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Add the specified label to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Add_System_Double_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Add(System.Double,System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Add.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Add_System_Double_System_String_">Add(double, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label with specified value and text and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_AddNewLabel" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.AddNewLabel">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.AddNewLabel.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_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_Chart3DAxisLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DAxisLabel_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Contains(C1.Win.C1Chart3D.Chart3DAxisLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Contains.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Contains_C1_Win_C1Chart3D_Chart3DAxisLabel_">Contains(Chart3DAxisLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified label exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DAxisLabel___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.CopyTo(C1.Win.C1Chart3D.Chart3DAxisLabel[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_CopyTo_C1_Win_C1Chart3D_Chart3DAxisLabel___System_Int32_">CopyTo(Chart3DAxisLabel[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection of labels objects beginning with the specified index to an array of labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DAxisLabel_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.IndexOf(C1.Win.C1Chart3D.Chart3DAxisLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_IndexOf_C1_Win_C1Chart3D_Chart3DAxisLabel_">IndexOf(Chart3DAxisLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the specified label of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DAxisLabel_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DAxisLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Insert.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DAxisLabel_">Insert(int, Chart3DAxisLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified label at the specified index of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DAxisLabel_" data-uid="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Remove(C1.Win.C1Chart3D.Chart3DAxisLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Remove.html#C1_Win_C1Chart3D_Chart3DAxisLabelsCollection_Remove_C1_Win_C1Chart3D_Chart3DAxisLabel_">Remove(Chart3DAxisLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified label from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
