# C1.Win.C1Chart3D.Chart3DAxisCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DAxisCollection" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection" class="text-break">Chart3DAxisCollection Class
</h1>
  <div class="markdown level0 summary"><p>The collection of three Chart3DAxis objects named “X”, “Y” and “Z”.</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.readonlycollectionbase">ReadOnlyCollectionBase</a></div>
    <div class="level2"><span class="xref">Chart3DAxisCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_Chart3DAxisCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DAxisCollection : ReadOnlyCollectionBase, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DAxisCollection
    Inherits ReadOnlyCollectionBase
    Implements 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_Chart3DAxisCollection_AxisFont" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.AxisFont">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.AxisFont.html#C1_Win_C1Chart3D_Chart3DAxisCollection_AxisFont">AxisFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis annotation font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisCollection_AxisTitleFont" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.AxisTitleFont">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.AxisTitleFont.html#C1_Win_C1Chart3D_Chart3DAxisCollection_AxisTitleFont">AxisTitleFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.Item.html#C1_Win_C1Chart3D_Chart3DAxisCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Axis from the collection by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisCollection_Item_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.Item.html#C1_Win_C1Chart3D_Chart3DAxisCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified Axis from the collection by string.</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_Chart3DAxisCollection_CopyTo_C1_Win_C1Chart3D_Chart3DAxis___System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.CopyTo(C1.Win.C1Chart3D.Chart3DAxis[],System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.CopyTo.html#C1_Win_C1Chart3D_Chart3DAxisCollection_CopyTo_C1_Win_C1Chart3D_Chart3DAxis___System_Int32_">CopyTo(Chart3DAxis[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxis.html">Chart3DAxis</a> elements beginning with
the specified index to an array of <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxis.html">Chart3DAxis</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAxisCollection_ToString" data-uid="C1.Win.C1Chart3D.Chart3DAxisCollection.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAxisCollection.ToString.html#C1_Win_C1Chart3D_Chart3DAxisCollection_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
