# FarPoint.Web.Chart.StringCollectionItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_StringCollectionItem" data-uid="FarPoint.Web.Chart.StringCollectionItem" class="text-break">StringCollectionItem Class
</h1>
  <div class="markdown level0 summary"><p>Represent a collection of string values.</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">StringCollectionItem</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="https://learn.microsoft.com/dotnet/api/system.string">string</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="https://learn.microsoft.com/dotnet/api/system.string">string</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="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</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="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_StringCollectionItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StringCollectionItem : IList, ICollection, IList&lt;string&gt;, ICollection&lt;string&gt;, IEnumerable&lt;string&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StringCollectionItem
    Implements IList, ICollection, IList(Of String), ICollection(Of String), IEnumerable(Of String), 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="FarPoint_Web_Chart_StringCollectionItem__ctor" data-uid="FarPoint.Web.Chart.StringCollectionItem.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.-ctor.html#FarPoint_Web_Chart_StringCollectionItem__ctor">StringCollectionItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of string values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem__ctor_FarPoint_Web_Chart_StringCollectionItem_" data-uid="FarPoint.Web.Chart.StringCollectionItem.#ctor(FarPoint.Web.Chart.StringCollectionItem)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.-ctor.html#FarPoint_Web_Chart_StringCollectionItem__ctor_FarPoint_Web_Chart_StringCollectionItem_">StringCollectionItem(StringCollectionItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of string values that is a copy of
the specified collection of string values.</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="FarPoint_Web_Chart_StringCollectionItem_Count" data-uid="FarPoint.Web.Chart.StringCollectionItem.Count">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Count.html#FarPoint_Web_Chart_StringCollectionItem_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of string values in the collecion.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Item_System_Int32_" data-uid="FarPoint.Web.Chart.StringCollectionItem.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Item.html#FarPoint_Web_Chart_StringCollectionItem_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string value 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_Web_Chart_StringCollectionItem_Add_System_String_" data-uid="FarPoint.Web.Chart.StringCollectionItem.Add(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Add.html#FarPoint_Web_Chart_StringCollectionItem_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a string value to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_AddRange_System_String___" data-uid="FarPoint.Web.Chart.StringCollectionItem.AddRange(System.String[])">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.AddRange.html#FarPoint_Web_Chart_StringCollectionItem_AddRange_System_String___">AddRange(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of string values to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Clear" data-uid="FarPoint.Web.Chart.StringCollectionItem.Clear">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Clear.html#FarPoint_Web_Chart_StringCollectionItem_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all string values from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Clone" data-uid="FarPoint.Web.Chart.StringCollectionItem.Clone">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Clone.html#FarPoint_Web_Chart_StringCollectionItem_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection that is a copy of this collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Contains_System_String_" data-uid="FarPoint.Web.Chart.StringCollectionItem.Contains(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Contains.html#FarPoint_Web_Chart_StringCollectionItem_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_CopyTo_System_String___System_Int32_" data-uid="FarPoint.Web.Chart.StringCollectionItem.CopyTo(System.String[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.CopyTo.html#FarPoint_Web_Chart_StringCollectionItem_CopyTo_System_String___System_Int32_">CopyTo(string[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the string values in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_GetEnumerator" data-uid="FarPoint.Web.Chart.StringCollectionItem.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.GetEnumerator.html#FarPoint_Web_Chart_StringCollectionItem_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_Web_Chart_StringCollectionItem_IndexOf_System_String_" data-uid="FarPoint.Web.Chart.StringCollectionItem.IndexOf(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.IndexOf.html#FarPoint_Web_Chart_StringCollectionItem_IndexOf_System_String_">IndexOf(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the string value in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Insert_System_Int32_System_String_" data-uid="FarPoint.Web.Chart.StringCollectionItem.Insert(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Insert.html#FarPoint_Web_Chart_StringCollectionItem_Insert_System_Int32_System_String_">Insert(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a string value into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_InsertRange_System_Int32_System_String___" data-uid="FarPoint.Web.Chart.StringCollectionItem.InsertRange(System.Int32,System.String[])">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.InsertRange.html#FarPoint_Web_Chart_StringCollectionItem_InsertRange_System_Int32_System_String___">InsertRange(int, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of string values into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.StringCollectionItem.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.OnChanged.html#FarPoint_Web_Chart_StringCollectionItem_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_Remove_System_String_" data-uid="FarPoint.Web.Chart.StringCollectionItem.Remove(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Remove.html#FarPoint_Web_Chart_StringCollectionItem_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a string value from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_StringCollectionItem_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.StringCollectionItem.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.RemoveAt.html#FarPoint_Web_Chart_StringCollectionItem_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a string value from the collection at the specified index.</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_Web_Chart_StringCollectionItem_Changed" data-uid="FarPoint.Web.Chart.StringCollectionItem.Changed">
          <a class="xref" href="FarPoint.Web.Chart.StringCollectionItem.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
