# C1.Win.C1Chart3D.Chart3DContourStylesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DContourStylesCollection" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection" class="text-break">Chart3DContourStylesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Stores Chart3DContourStyle objects.</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">Chart3DContourStylesCollection</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_Chart3DContourStylesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DContourStylesCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DContourStylesCollection
    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_Chart3DContourStylesCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Item.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Chart3DStyle 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_Chart3DContourStylesCollection_Add_C1_Win_C1Chart3D_Chart3DContourStyle_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Add(C1.Win.C1Chart3D.Chart3DContourStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Add.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_Add_C1_Win_C1Chart3D_Chart3DContourStyle_">Add(Chart3DContourStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Add specified contour style to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_Contains_C1_Win_C1Chart3D_Chart3DContourStyle_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Contains(C1.Win.C1Chart3D.Chart3DContourStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Contains.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_Contains_C1_Win_C1Chart3D_Chart3DContourStyle_">Contains(Chart3DContourStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a>
exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DContourStyle___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.CopyTo(C1.Win.C1Chart3D.Chart3DContourStyle[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DContourStyle___System_Int32_">CopyTo(Chart3DContourStyle[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> elements beginning
with the specified index to an array of Chart3DContourStyle objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DContourStyle_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.IndexOf(C1.Win.C1Chart3D.Chart3DContourStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DContourStyle_">IndexOf(Chart3DContourStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DContourStyle_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DContourStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Insert.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DContourStyle_">Insert(int, Chart3DContourStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStyle.html">Chart3DContourStyle</a> object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.OnRemoveComplete.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DContourStylesCollection_Remove_C1_Win_C1Chart3D_Chart3DContourStyle_" data-uid="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Remove(C1.Win.C1Chart3D.Chart3DContourStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DContourStylesCollection.Remove.html#C1_Win_C1Chart3D_Chart3DContourStylesCollection_Remove_C1_Win_C1Chart3D_Chart3DContourStyle_">Remove(Chart3DContourStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a Chart3DContourStyle object from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
