# C1.Win.C1Chart.ActionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ActionCollection" data-uid="C1.Win.C1Chart.ActionCollection" class="text-break">ActionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of action 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.readonlycollectionbase">ReadOnlyCollectionBase</a></div>
    <div class="level2"><span class="xref">ActionCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ActionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionCollection : ReadOnlyCollectionBase, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionCollection
    Inherits ReadOnlyCollectionBase
    Implements 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_C1Chart_ActionCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart.ActionCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ActionCollection.Item.html#C1_Win_C1Chart_ActionCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Action from the collection by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ActionCollection_Item_System_String_" data-uid="C1.Win.C1Chart.ActionCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart.ActionCollection.Item.html#C1_Win_C1Chart_ActionCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Action from the collection by 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_C1Chart_ActionCollection_Contains_C1_Win_C1Chart_Action_" data-uid="C1.Win.C1Chart.ActionCollection.Contains(C1.Win.C1Chart.Action)">
          <a class="xref" href="C1.Win.C1Chart.ActionCollection.Contains.html#C1_Win_C1Chart_ActionCollection_Contains_C1_Win_C1Chart_Action_">Contains(Action)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified Action exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ActionCollection_CopyTo_C1_Win_C1Chart_Action___System_Int32_" data-uid="C1.Win.C1Chart.ActionCollection.CopyTo(C1.Win.C1Chart.Action[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ActionCollection.CopyTo.html#C1_Win_C1Chart_ActionCollection_CopyTo_C1_Win_C1Chart_Action___System_Int32_">CopyTo(Action[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection of Actions beginning with the specified index to the specified array of Action objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ActionCollection_IndexOf_C1_Win_C1Chart_Action_" data-uid="C1.Win.C1Chart.ActionCollection.IndexOf(C1.Win.C1Chart.Action)">
          <a class="xref" href="C1.Win.C1Chart.ActionCollection.IndexOf.html#C1_Win_C1Chart_ActionCollection_IndexOf_C1_Win_C1Chart_Action_">IndexOf(Action)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current index of the specified Action in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
