# GrapeCity.ActiveReports.Chart.LabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_LabelsCollection" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection" class="text-break">LabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Labels collection</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">LabelsCollection</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><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_LabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class LabelsCollection : IList, ICollection, IEnumerable, IGraphItem, ICloneable</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="GrapeCity_ActiveReports_Chart_LabelsCollection_Count" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Count.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of items in collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Item.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</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="GrapeCity_ActiveReports_Chart_LabelsCollection_Add_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Add(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Add.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds label to the collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_AddRange_System_String___" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.AddRange(System.String[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.AddRange.html#GrapeCity_ActiveReports_Chart_LabelsCollection_AddRange_System_String___">AddRange(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of labels to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Clear" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Clear.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all labels from collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Clone.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones current object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Contains_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Contains(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Contains.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given element</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_CopyTo_GrapeCity_ActiveReports_Chart_CustomAxis___System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.CopyTo(GrapeCity.ActiveReports.Chart.CustomAxis[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.CopyTo.html#GrapeCity_ActiveReports_Chart_LabelsCollection_CopyTo_GrapeCity_ActiveReports_Chart_CustomAxis___System_Int32_">CopyTo(CustomAxis[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_GetLabels" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.GetLabels">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.GetLabels.html#GrapeCity_ActiveReports_Chart_LabelsCollection_GetLabels">GetLabels()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string array of the labels in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_IndexOf_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.IndexOf(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_LabelsCollection_IndexOf_System_String_">IndexOf(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the first occurrence of a value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Insert_System_Int32_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Insert(System.Int32,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Insert.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Insert_System_Int32_System_String_">Insert(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an element into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_Remove_System_String_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.Remove(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.Remove.html#GrapeCity_ActiveReports_Chart_LabelsCollection_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_LabelsCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.LabelsCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.LabelsCollection.RemoveAt.html#GrapeCity_ActiveReports_Chart_LabelsCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element at the specified index</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
