# C1.Win.C1Chart.AlarmZonesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AlarmZonesCollection" data-uid="C1.Win.C1Chart.AlarmZonesCollection" class="text-break">AlarmZonesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores bands or shapes for plotting.</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">AlarmZonesCollection</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.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_AlarmZonesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AlarmZonesCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AlarmZonesCollection
    Inherits CollectionBase
    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_C1Chart_AlarmZonesCollection__ctor" data-uid="C1.Win.C1Chart.AlarmZonesCollection.#ctor">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.-ctor.html#C1_Win_C1Chart_AlarmZonesCollection__ctor">AlarmZonesCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.html">AlarmZonesCollection</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_C1Chart_AlarmZonesCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.Item.html#C1_Win_C1Chart_AlarmZonesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified AlarmZone from the collection by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_Item_System_String_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.Item.html#C1_Win_C1Chart_AlarmZonesCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified AlarmZone 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_AlarmZonesCollection_Add_C1_Win_C1Chart_AlarmZone_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.Add(C1.Win.C1Chart.AlarmZone)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.Add.html#C1_Win_C1Chart_AlarmZonesCollection_Add_C1_Win_C1Chart_AlarmZone_">Add(AlarmZone)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified AlarmZone to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_AddNewZone" data-uid="C1.Win.C1Chart.AlarmZonesCollection.AddNewZone">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.AddNewZone.html#C1_Win_C1Chart_AlarmZonesCollection_AddNewZone">AddNewZone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new AlarmZone and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_AlarmZoneAtCoord_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.AlarmZoneAtCoord(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.AlarmZoneAtCoord.html#C1_Win_C1Chart_AlarmZonesCollection_AlarmZoneAtCoord_System_Int32_System_Int32_">AlarmZoneAtCoord(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves a reference to the foremost AlarmZone that lies
under the specified client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_Insert_System_Int32_C1_Win_C1Chart_AlarmZone_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.Insert(System.Int32,C1.Win.C1Chart.AlarmZone)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.Insert.html#C1_Win_C1Chart_AlarmZonesCollection_Insert_System_Int32_C1_Win_C1Chart_AlarmZone_">Insert(int, AlarmZone)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified AlarmZone at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_InsertNewZone_System_Int32_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.InsertNewZone(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.InsertNewZone.html#C1_Win_C1Chart_AlarmZonesCollection_InsertNewZone_System_Int32_">InsertNewZone(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new AlarmZone and inserts it at the specified index of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_OnClearComplete" data-uid="C1.Win.C1Chart.AlarmZonesCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.OnClearComplete.html#C1_Win_C1Chart_AlarmZonesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.OnInsert.html#C1_Win_C1Chart_AlarmZonesCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.OnInsertComplete.html#C1_Win_C1Chart_AlarmZonesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.OnRemoveComplete.html#C1_Win_C1Chart_AlarmZonesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZonesCollection_Remove_C1_Win_C1Chart_AlarmZone_" data-uid="C1.Win.C1Chart.AlarmZonesCollection.Remove(C1.Win.C1Chart.AlarmZone)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZonesCollection.Remove.html#C1_Win_C1Chart_AlarmZonesCollection_Remove_C1_Win_C1Chart_AlarmZone_">Remove(AlarmZone)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified AlarmZone from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
