# GrapeCity.ActiveReports.Chart.TitlesCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_TitlesCollection" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection" class="text-break">TitlesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Titles collection class</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">TitlesCollection</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_TitlesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class TitlesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable</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="GrapeCity_ActiveReports_Chart_TitlesCollection__ctor" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.-ctor.html#GrapeCity_ActiveReports_Chart_TitlesCollection__ctor">TitlesCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the TitlesCollection 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="GrapeCity_ActiveReports_Chart_TitlesCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Item.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets collection item by given index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Item.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.html">Title</a> with the specified title 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="GrapeCity_ActiveReports_Chart_TitlesCollection_Add_GrapeCity_ActiveReports_Chart_Title_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Add(GrapeCity.ActiveReports.Chart.Title)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Add.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Add_GrapeCity_ActiveReports_Chart_Title_">Add(Title)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds layer object to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_AddRange_GrapeCity_ActiveReports_Chart_Title___" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.AddRange(GrapeCity.ActiveReports.Chart.Title[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.AddRange.html#GrapeCity_ActiveReports_Chart_TitlesCollection_AddRange_GrapeCity_ActiveReports_Chart_Title___">AddRange(Title[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of layers to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Clone.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clone of the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_Contains_GrapeCity_ActiveReports_Chart_Title_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Contains(GrapeCity.ActiveReports.Chart.Title)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Contains.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Contains_GrapeCity_ActiveReports_Chart_Title_">Contains(Title)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given <a class="xref" href="GrapeCity.ActiveReports.Chart.Title.html">Title</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_CopyTo_GrapeCity_ActiveReports_Chart_Title___System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.CopyTo(GrapeCity.ActiveReports.Chart.Title[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.CopyTo.html#GrapeCity_ActiveReports_Chart_TitlesCollection_CopyTo_GrapeCity_ActiveReports_Chart_Title___System_Int32_">CopyTo(Title[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_IndexOf_GrapeCity_ActiveReports_Chart_Title_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.IndexOf(GrapeCity.ActiveReports.Chart.Title)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_TitlesCollection_IndexOf_GrapeCity_ActiveReports_Chart_Title_">IndexOf(Title)</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_TitlesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Title_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Insert(System.Int32,GrapeCity.ActiveReports.Chart.Title)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Insert.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Title_">Insert(int, Title)</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_TitlesCollection_OnClearComplete" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.OnClearComplete.html#GrapeCity_ActiveReports_Chart_TitlesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.OnInsertComplete.html#GrapeCity_ActiveReports_Chart_TitlesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.OnRemoveComplete.html#GrapeCity_ActiveReports_Chart_TitlesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.OnSetComplete.html#GrapeCity_ActiveReports_Chart_TitlesCollection_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_TitlesCollection_Remove_GrapeCity_ActiveReports_Chart_Title_" data-uid="GrapeCity.ActiveReports.Chart.TitlesCollection.Remove(GrapeCity.ActiveReports.Chart.Title)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.TitlesCollection.Remove.html#GrapeCity_ActiveReports_Chart_TitlesCollection_Remove_GrapeCity_ActiveReports_Chart_Title_">Remove(Title)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
