# C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection" class="text-break">AxisScrollBar.ScaleMenuItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>The collection of <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> elements.</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">AxisScrollBar.ScaleMenuItemCollection</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_AxisScrollBar_ScaleMenuItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AxisScrollBar.ScaleMenuItemCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AxisScrollBar.ScaleMenuItemCollection
    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_AxisScrollBar_ScaleMenuItemCollection__ctor" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.#ctor">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.-ctor.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection__ctor">ScaleMenuItemCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.html">AxisScrollBar.ScaleMenuItemCollection</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_AxisScrollBar_ScaleMenuItemCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Item.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> at the specified index.</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_AxisScrollBar_ScaleMenuItemCollection_Add_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Add(C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Add.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Add_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_">Add(ScaleMenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Add_System_Double_System_String_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Add(System.Double,System.String)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Add.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Add_System_Double_System_String_">Add(double, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Contains_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Contains(C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Contains.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Contains_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_">Contains(ScaleMenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_CopyTo_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem___System_Int32_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.CopyTo(C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.CopyTo.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_CopyTo_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem___System_Int32_">CopyTo(ScaleMenuItem[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the collection to an System.Array, starting at a particular array index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_IndexOf_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.IndexOf(C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.IndexOf.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_IndexOf_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_">IndexOf(ScaleMenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of a specific item in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Insert_System_Int32_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Insert(System.Int32,C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Insert.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Insert_System_Int32_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_">Insert(int, ScaleMenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Remove_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_" data-uid="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Remove(C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem)">
          <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItemCollection.Remove.html#C1_Win_C1Chart_AxisScrollBar_ScaleMenuItemCollection_Remove_C1_Win_C1Chart_AxisScrollBar_ScaleMenuItem_">Remove(ScaleMenuItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the first occurrence of a specific <a class="xref" href="C1.Win.C1Chart.AxisScrollBar.ScaleMenuItem.html">AxisScrollBar.ScaleMenuItem</a> object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
