# C1.Xamarin.Forms.Gauge.GaugeRangeCollection

## Content

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



  <h1 id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection" class="text-break">GaugeRangeCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>.</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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div class="level3"><span class="xref">GaugeRangeCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <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.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRange.html">GaugeRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Gauge.html">C1.Xamarin.Forms.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Gauge.dll</h6>
  <h5 id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GaugeRangeCollection : ObservableCollection&lt;GaugeRange&gt;, IList&lt;GaugeRange&gt;, ICollection&lt;GaugeRange&gt;, IList, ICollection, IReadOnlyList&lt;GaugeRange&gt;, IReadOnlyCollection&lt;GaugeRange&gt;, IEnumerable&lt;GaugeRange&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</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_Xamarin_Forms_Gauge_GaugeRangeCollection_IsReadOnly" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.IsReadOnly">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.IsReadOnly.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether is possible to modify this collection.</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_Xamarin_Forms_Gauge_GaugeRangeCollection_ClearItems" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.ClearItems">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.ClearItems.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_InsertItem_System_Int32_C1_Xamarin_Forms_Gauge_GaugeRange_" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.InsertItem(System.Int32,C1.Xamarin.Forms.Gauge.GaugeRange)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.InsertItem.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_InsertItem_System_Int32_C1_Xamarin_Forms_Gauge_GaugeRange_">InsertItem(int, GaugeRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the range in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_MoveItem_System_Int32_System_Int32_" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.MoveItem(System.Int32,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.MoveItem.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_MoveItem_System_Int32_System_Int32_">MoveItem(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the range from oldIndex to newIndex.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.OnCollectionChanged.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnCollectionChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CollectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_RemoveItem_System_Int32_" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.RemoveItem.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_SetItem_System_Int32_C1_Xamarin_Forms_Gauge_GaugeRange_" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.SetItem(System.Int32,C1.Xamarin.Forms.Gauge.GaugeRange)">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.SetItem.html#C1_Xamarin_Forms_Gauge_GaugeRangeCollection_SetItem_System_Int32_C1_Xamarin_Forms_Gauge_GaugeRange_">SetItem(int, GaugeRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the range.</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="C1_Xamarin_Forms_Gauge_GaugeRangeCollection_RangePropertyChanged" data-uid="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.RangePropertyChanged">
          <a class="xref" href="C1.Xamarin.Forms.Gauge.GaugeRangeCollection.RangePropertyChanged.html">RangePropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property of a range changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
