# FarPoint.Win.Chart.StripeCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_StripeCollection" data-uid="FarPoint.Win.Chart.StripeCollection" class="text-break">StripeCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of stripes.</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"><span class="xref">StripeCollection</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.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Win.Chart.Stripe.html">Stripe</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="FarPoint.Win.Chart.Stripe.html">Stripe</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="FarPoint.Win.Chart.Stripe.html">Stripe</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_StripeCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StripeCollection : IList, ICollection, IList&lt;Stripe&gt;, ICollection&lt;Stripe&gt;, IEnumerable&lt;Stripe&gt;, IEnumerable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StripeCollection
    Implements IList, ICollection, IList(Of Stripe), ICollection(Of Stripe), IEnumerable(Of Stripe), IEnumerable, IXmlSerializable</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="FarPoint_Win_Chart_StripeCollection_Count" data-uid="FarPoint.Win.Chart.StripeCollection.Count">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Count.html#FarPoint_Win_Chart_StripeCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of stripes in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_Item_System_Int32_" data-uid="FarPoint.Win.Chart.StripeCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Item.html#FarPoint_Win_Chart_StripeCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stripe 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="FarPoint_Win_Chart_StripeCollection_Add_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.StripeCollection.Add(FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Add.html#FarPoint_Win_Chart_StripeCollection_Add_FarPoint_Win_Chart_Stripe_">Add(Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a stripe to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_AddRange_FarPoint_Win_Chart_Stripe___" data-uid="FarPoint.Win.Chart.StripeCollection.AddRange(FarPoint.Win.Chart.Stripe[])">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.AddRange.html#FarPoint_Win_Chart_StripeCollection_AddRange_FarPoint_Win_Chart_Stripe___">AddRange(Stripe[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of stripes to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_Clear" data-uid="FarPoint.Win.Chart.StripeCollection.Clear">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Clear.html#FarPoint_Win_Chart_StripeCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all stripes from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_Contains_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.StripeCollection.Contains(FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Contains.html#FarPoint_Win_Chart_StripeCollection_Contains_FarPoint_Win_Chart_Stripe_">Contains(Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific stripe.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_CopyTo_FarPoint_Win_Chart_Stripe___System_Int32_" data-uid="FarPoint.Win.Chart.StripeCollection.CopyTo(FarPoint.Win.Chart.Stripe[],System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.CopyTo.html#FarPoint_Win_Chart_StripeCollection_CopyTo_FarPoint_Win_Chart_Stripe___System_Int32_">CopyTo(Stripe[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the stripes in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_GetEnumerator" data-uid="FarPoint.Win.Chart.StripeCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.GetEnumerator.html#FarPoint_Win_Chart_StripeCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_GetSchema" data-uid="FarPoint.Win.Chart.StripeCollection.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.GetSchema.html#FarPoint_Win_Chart_StripeCollection_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_IndexOf_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.StripeCollection.IndexOf(FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.IndexOf.html#FarPoint_Win_Chart_StripeCollection_IndexOf_FarPoint_Win_Chart_Stripe_">IndexOf(Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the stripe in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_Insert_System_Int32_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.StripeCollection.Insert(System.Int32,FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Insert.html#FarPoint_Win_Chart_StripeCollection_Insert_System_Int32_FarPoint_Win_Chart_Stripe_">Insert(int, Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a stripe into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_InsertRange_System_Int32_FarPoint_Win_Chart_Stripe___" data-uid="FarPoint.Win.Chart.StripeCollection.InsertRange(System.Int32,FarPoint.Win.Chart.Stripe[])">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.InsertRange.html#FarPoint_Win_Chart_StripeCollection_InsertRange_System_Int32_FarPoint_Win_Chart_Stripe___">InsertRange(int, Stripe[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of stripes into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Win.Chart.StripeCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.OnChanged.html#FarPoint_Win_Chart_StripeCollection_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.StripeCollection.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.ReadXml.html#FarPoint_Win_Chart_StripeCollection_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_Remove_FarPoint_Win_Chart_Stripe_" data-uid="FarPoint.Win.Chart.StripeCollection.Remove(FarPoint.Win.Chart.Stripe)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Remove.html#FarPoint_Win_Chart_StripeCollection_Remove_FarPoint_Win_Chart_Stripe_">Remove(Stripe)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified stripe from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Win.Chart.StripeCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.RemoveAt.html#FarPoint_Win_Chart_StripeCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the stripe at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_StripeCollection_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.StripeCollection.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.WriteXml.html#FarPoint_Win_Chart_StripeCollection_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</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="FarPoint_Win_Chart_StripeCollection_Changed" data-uid="FarPoint.Win.Chart.StripeCollection.Changed">
          <a class="xref" href="FarPoint.Win.Chart.StripeCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
