# GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection" class="text-break">AnnotationsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of the annotation 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">AnnotationsCollection</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><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.html">GrapeCity.ActiveReports.Chart.Annotations</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class AnnotationsCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable, IGraphXmlSerializable, IDisposable</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_Annotations_AnnotationsCollection__ctor" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.-ctor.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection__ctor">AnnotationsCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the AnnotationsCollection class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection__ctor_GrapeCity_ActiveReports_Chart_Annotations_Annotation___" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.#ctor(GrapeCity.ActiveReports.Chart.Annotations.Annotation[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.-ctor.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection__ctor_GrapeCity_ActiveReports_Chart_Annotations_Annotation___">AnnotationsCollection(Annotation[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the AnnotationsCollection 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_Annotations_AnnotationsCollection_Capacity" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Capacity">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Capacity.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Capacity">Capacity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of elements that the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> can contain.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Count" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Count.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance. This property cannot be overridden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Item.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets item by given index</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Item.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets item by given 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_Annotations_AnnotationsCollection_Add_GrapeCity_ActiveReports_Chart_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Add(GrapeCity.ActiveReports.Chart.Annotations.Annotation)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Add.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Add_GrapeCity_ActiveReports_Chart_Annotations_Annotation_">Add(Annotation)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds annotation object to the collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_AddRange_GrapeCity_ActiveReports_Chart_Annotations_Annotation___" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.AddRange(GrapeCity.ActiveReports.Chart.Annotations.Annotation[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.AddRange.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_AddRange_GrapeCity_ActiveReports_Chart_Annotations_Annotation___">AddRange(Annotation[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a set of objects to the current collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Clear" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Clear">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Clear.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the collection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Clone" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Clone.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Contains_GrapeCity_ActiveReports_Chart_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Contains(GrapeCity.ActiveReports.Chart.Annotations.Annotation)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Contains.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Contains_GrapeCity_ActiveReports_Chart_Annotations_Annotation_">Contains(Annotation)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Collection contains the given <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.Annotation.html">Annotation</a></p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_CopyTo_GrapeCity_ActiveReports_Chart_Annotations_Annotation___System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.CopyTo(GrapeCity.ActiveReports.Chart.Annotations.Annotation[],System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.CopyTo.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_CopyTo_GrapeCity_ActiveReports_Chart_Annotations_Annotation___System_Int32_">CopyTo(Annotation[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Dispose" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Dispose.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_IndexOf_GrapeCity_ActiveReports_Chart_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.IndexOf(GrapeCity.ActiveReports.Chart.Annotations.Annotation)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.IndexOf.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_IndexOf_GrapeCity_ActiveReports_Chart_Annotations_Annotation_">IndexOf(Annotation)</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_Annotations_AnnotationsCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Insert(System.Int32,GrapeCity.ActiveReports.Chart.Annotations.Annotation)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Insert.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Insert_System_Int32_GrapeCity_ActiveReports_Chart_Annotations_Annotation_">Insert(int, Annotation)</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_Annotations_AnnotationsCollection_OnClearComplete" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnClearComplete">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnClearComplete.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnInsertComplete.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnRemoveComplete.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.OnSetComplete.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_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_Annotations_AnnotationsCollection_Remove_GrapeCity_ActiveReports_Chart_Annotations_Annotation_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Remove(GrapeCity.ActiveReports.Chart.Annotations.Annotation)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Remove.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_Remove_GrapeCity_ActiveReports_Chart_Annotations_Annotation_">Remove(Annotation)</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_Annotations_AnnotationsCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.RemoveAt.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes objects at the index specified</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_ToArray" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.ToArray">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.ToArray.html#GrapeCity_ActiveReports_Chart_Annotations_AnnotationsCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>TBW</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Annotations_AnnotationsCollection_Change" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Change">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Change.html">Change</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when collection contents is changed</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
