# C1.Win.C1Chart3D.Chart3DLabels

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DLabels" data-uid="C1.Win.C1Chart3D.Chart3DLabels" class="text-break">Chart3DLabels Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DLabels contains all chart labels.</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"><span class="xref">Chart3DLabels</span></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_Chart3DLabels_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLabels</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DLabels</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_Chart3DLabels_DefaultStyle" data-uid="C1.Win.C1Chart3D.Chart3DLabels.DefaultStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.DefaultStyle.html#C1_Win_C1Chart3D_Chart3DLabels_DefaultStyle">DefaultStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default label style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DLabels.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.Item.html#C1_Win_C1Chart3D_Chart3DLabels_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified label from the collection by numerical index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_Item_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DLabels.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.Item.html#C1_Win_C1Chart3D_Chart3DLabels_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified label from the collection by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_LabelsCollection" data-uid="C1.Win.C1Chart3D.Chart3DLabels.LabelsCollection">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.LabelsCollection.html#C1_Win_C1Chart3D_Chart3DLabels_LabelsCollection">LabelsCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the labels collection.</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_Chart3DLabels_AddNewLabel" data-uid="C1.Win.C1Chart3D.Chart3DLabels.AddNewLabel">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.AddNewLabel.html#C1_Win_C1Chart3D_Chart3DLabels_AddNewLabel">AddNewLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new label and appends it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_LabelFromCoord_System_Int32_System_Int32_System_Int32__" data-uid="C1.Win.C1Chart3D.Chart3DLabels.LabelFromCoord(System.Int32,System.Int32,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.LabelFromCoord.html#C1_Win_C1Chart3D_Chart3DLabels_LabelFromCoord_System_Int32_System_Int32_System_Int32__">LabelFromCoord(int, int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label index at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_Remove_C1_Win_C1Chart3D_Chart3DLabel_" data-uid="C1.Win.C1Chart3D.Chart3DLabels.Remove(C1.Win.C1Chart3D.Chart3DLabel)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.Remove.html#C1_Win_C1Chart3D_Chart3DLabels_Remove_C1_Win_C1Chart3D_Chart3DLabel_">Remove(Chart3DLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified label from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabels_ToString" data-uid="C1.Win.C1Chart3D.Chart3DLabels.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabels.ToString.html#C1_Win_C1Chart3D_Chart3DLabels_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DLabels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
