# C1.Win.C1Chart3D.Chart3DStylesCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DStylesCollection" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection" class="text-break">Chart3DStylesCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of Chart3DStyle objects used for scatter charts.</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">NotifiersCollection</span></div>
    <div class="level3"><span class="xref">Chart3DStylesCollection</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_Chart3DStylesCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DStylesCollection : NotifiersCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DStylesCollection
    Inherits NotifiersCollection
    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_Chart3DStylesCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.Item.html#C1_Win_C1Chart3D_Chart3DStylesCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified style 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_Chart3DStylesCollection_Add_C1_Win_C1Chart3D_Chart3DStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.Add(C1.Win.C1Chart3D.Chart3DStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.Add.html#C1_Win_C1Chart3D_Chart3DStylesCollection_Add_C1_Win_C1Chart3D_Chart3DStyle_">Add(Chart3DStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified Chart3DStyle to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_AddNewStyle" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.AddNewStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.AddNewStyle.html#C1_Win_C1Chart3D_Chart3DStylesCollection_AddNewStyle">AddNewStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_Contains_C1_Win_C1Chart3D_Chart3DStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.Contains(C1.Win.C1Chart3D.Chart3DStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.Contains.html#C1_Win_C1Chart3D_Chart3DStylesCollection_Contains_C1_Win_C1Chart3D_Chart3DStyle_">Contains(Chart3DStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DStyle___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.CopyTo(C1.Win.C1Chart3D.Chart3DStyle[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DStylesCollection_CopyTo_C1_Win_C1Chart3D_Chart3DStyle___System_Int32_">CopyTo(Chart3DStyle[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> elements beginning with
the specified index to an array of BarColor objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.IndexOf(C1.Win.C1Chart3D.Chart3DStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.IndexOf.html#C1_Win_C1Chart3D_Chart3DStylesCollection_IndexOf_C1_Win_C1Chart3D_Chart3DStyle_">IndexOf(Chart3DStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.Insert(System.Int32,C1.Win.C1Chart3D.Chart3DStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.Insert.html#C1_Win_C1Chart3D_Chart3DStylesCollection_Insert_System_Int32_C1_Win_C1Chart3D_Chart3DStyle_">Insert(int, Chart3DStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> object to the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.OnInsertComplete.html#C1_Win_C1Chart3D_Chart3DStylesCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_Remove_C1_Win_C1Chart3D_Chart3DStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.Remove(C1.Win.C1Chart3D.Chart3DStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.Remove.html#C1_Win_C1Chart3D_Chart3DStylesCollection_Remove_C1_Win_C1Chart3D_Chart3DStyle_">Remove(Chart3DStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStylesCollection_ToString" data-uid="C1.Win.C1Chart3D.Chart3DStylesCollection.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStylesCollection.ToString.html#C1_Win_C1Chart3D_Chart3DStylesCollection_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DStylesCollection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
