# C1.Win.C1Chart3D.Chart3DPointSeriesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection" class="text-break">Chart3DPointSeriesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of point series.</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">Chart3DPointSeriesCollection</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.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DPointSeriesCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DPointSeriesCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_Win_C1Chart3D_Chart3DPointSeriesCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Item.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified series 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_C1Chart3D_Chart3DPointSeriesCollection_Add_C1_Win_C1Chart3D_Chart3DPointSeries_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Add(C1.Win.C1Chart3D.Chart3DPointSeries)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Add.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Add_C1_Win_C1Chart3D_Chart3DPointSeries_">Add(Chart3DPointSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Chart3DpointSeries object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_AddRange_C1_Win_C1Chart3D_Chart3DPointSeries___" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.AddRange(C1.Win.C1Chart3D.Chart3DPointSeries[])">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.AddRange.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_AddRange_C1_Win_C1Chart3D_Chart3DPointSeries___">AddRange(Chart3DPointSeries[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds array of series to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Contains_C1_Win_C1Chart3D_Chart3DPointSeries_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Contains(C1.Win.C1Chart3D.Chart3DPointSeries)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Contains.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Contains_C1_Win_C1Chart3D_Chart3DPointSeries_">Contains(Chart3DPointSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified Chart3DPointSeries exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DPointSeries___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.CopyTo(C1.Win.C1Chart3D.Chart3DPointSeries[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DPointSeries___System_Int32_">CopyTo(Chart3DPointSeries[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.html">Chart3DPointSeries</a> elements beginning with the specified index
to an array of Chart3DPointSeries objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DPointSeries_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.IndexOf(C1.Win.C1Chart3D.Chart3DPointSeries)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DPointSeries_">IndexOf(Chart3DPointSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.html">Chart3DPointSeries</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DPointSeries_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DPointSeries)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Insert.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DPointSeries_">Insert(int, Chart3DPointSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Chart3DPointSeries object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnClearComplete" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnClearComplete">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnClearComplete.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnInsert.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnRemove_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnRemove.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.OnRemoveComplete.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Remove_C1_Win_C1Chart3D_Chart3DPointSeries_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Remove(C1.Win.C1Chart3D.Chart3DPointSeries)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.Remove.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_Remove_C1_Win_C1Chart3D_Chart3DPointSeries_">Remove(Chart3DPointSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a Chart3PointSeries object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeriesCollection_RemoveRange_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeriesCollection.RemoveRange.html#C1_Win_C1Chart3D_Chart3DPointSeriesCollection_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of elements from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
