# C1.Win.C1Chart.PointStylesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_PointStylesCollection" data-uid="C1.Win.C1Chart.PointStylesCollection" class="text-break">PointStylesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores point styles.</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">PointStylesCollection</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_PointStylesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PointStylesCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PointStylesCollection
    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_PointStylesCollection__ctor" data-uid="C1.Win.C1Chart.PointStylesCollection.#ctor">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.-ctor.html#C1_Win_C1Chart_PointStylesCollection__ctor">PointStylesCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_PointStylesCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart.PointStylesCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.Item.html#C1_Win_C1Chart_PointStylesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified PointStyle from the collection by numeric 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_PointStylesCollection_Add_C1_Win_C1Chart_PointStyle_" data-uid="C1.Win.C1Chart.PointStylesCollection.Add(C1.Win.C1Chart.PointStyle)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.Add.html#C1_Win_C1Chart_PointStylesCollection_Add_C1_Win_C1Chart_PointStyle_">Add(PointStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified PointStyle to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_AddNewPointStyle" data-uid="C1.Win.C1Chart.PointStylesCollection.AddNewPointStyle">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.AddNewPointStyle.html#C1_Win_C1Chart_PointStylesCollection_AddNewPointStyle">AddNewPointStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PointStyle and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_Contains_C1_Win_C1Chart_PointStyle_" data-uid="C1.Win.C1Chart.PointStylesCollection.Contains(C1.Win.C1Chart.PointStyle)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.Contains.html#C1_Win_C1Chart_PointStylesCollection_Contains_C1_Win_C1Chart_PointStyle_">Contains(PointStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified PointStyle exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_CopyTo_C1_Win_C1Chart_PointStyle___System_Int32_" data-uid="C1.Win.C1Chart.PointStylesCollection.CopyTo(C1.Win.C1Chart.PointStyle[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.CopyTo.html#C1_Win_C1Chart_PointStylesCollection_CopyTo_C1_Win_C1Chart_PointStyle___System_Int32_">CopyTo(PointStyle[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection of PointStyles beginning with the specified index
to the specified array of PointStylesCollection objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_IndexOf_C1_Win_C1Chart_PointStyle_" data-uid="C1.Win.C1Chart.PointStylesCollection.IndexOf(C1.Win.C1Chart.PointStyle)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.IndexOf.html#C1_Win_C1Chart_PointStylesCollection_IndexOf_C1_Win_C1Chart_PointStyle_">IndexOf(PointStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current index of the specified PointStyle in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_Insert_System_Int32_C1_Win_C1Chart_PointStyle_" data-uid="C1.Win.C1Chart.PointStylesCollection.Insert(System.Int32,C1.Win.C1Chart.PointStyle)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.Insert.html#C1_Win_C1Chart_PointStylesCollection_Insert_System_Int32_C1_Win_C1Chart_PointStyle_">Insert(int, PointStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified PointStyle in the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_OnClearComplete" data-uid="C1.Win.C1Chart.PointStylesCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.OnClearComplete.html#C1_Win_C1Chart_PointStylesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.PointStylesCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.OnInsert.html#C1_Win_C1Chart_PointStylesCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_OnRemove_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.PointStylesCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.OnRemove.html#C1_Win_C1Chart_PointStylesCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.PointStylesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.OnRemoveComplete.html#C1_Win_C1Chart_PointStylesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStylesCollection_Remove_C1_Win_C1Chart_PointStyle_" data-uid="C1.Win.C1Chart.PointStylesCollection.Remove(C1.Win.C1Chart.PointStyle)">
          <a class="xref" href="C1.Win.C1Chart.PointStylesCollection.Remove.html#C1_Win_C1Chart_PointStylesCollection_Remove_C1_Win_C1Chart_PointStyle_">Remove(PointStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified PointStyle from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
