# C1.Win.C1Chart.ChartLabels

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartLabels" data-uid="C1.Win.C1Chart.ChartLabels" class="text-break">ChartLabels Class
</h1>
  <div class="markdown level0 summary"><p>Gets the ChartLabels object.</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">ChartLabels</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartLabels_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartLabels</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartLabels</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartLabels__ctor" data-uid="C1.Win.C1Chart.ChartLabels.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.-ctor.html#C1_Win_C1Chart_ChartLabels__ctor">ChartLabels()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartLabels.html">ChartLabels</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLabels__ctor_C1_Win_C1Chart_C1Chart_" data-uid="C1.Win.C1Chart.ChartLabels.#ctor(C1.Win.C1Chart.C1Chart)">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.-ctor.html#C1_Win_C1Chart_ChartLabels__ctor_C1_Win_C1Chart_C1Chart_">ChartLabels(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartLabels.html">ChartLabels</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1Chart_ChartLabels_AutoArrangement" data-uid="C1.Win.C1Chart.ChartLabels.AutoArrangement">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.AutoArrangement.html#C1_Win_C1Chart_ChartLabels_AutoArrangement">AutoArrangement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the AutoLabelArrangement object which controls label arrangement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLabels_DefaultLabelStyle" data-uid="C1.Win.C1Chart.ChartLabels.DefaultLabelStyle">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.DefaultLabelStyle.html#C1_Win_C1Chart_ChartLabels_DefaultLabelStyle">DefaultLabelStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DefaultLabelStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartLabels_Item_System_Int32_" data-uid="C1.Win.C1Chart.ChartLabels.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.Item.html#C1_Win_C1Chart_ChartLabels_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_C1Chart_ChartLabels_Item_System_String_" data-uid="C1.Win.C1Chart.ChartLabels.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.Item.html#C1_Win_C1Chart_ChartLabels_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_C1Chart_ChartLabels_LabelsCollection" data-uid="C1.Win.C1Chart.ChartLabels.LabelsCollection">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.LabelsCollection.html#C1_Win_C1Chart_ChartLabels_LabelsCollection">LabelsCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the LabelsCollection.</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_C1Chart_ChartLabels_LabelFromCoord_System_Int32_System_Int32_System_Int32__" data-uid="C1.Win.C1Chart.ChartLabels.LabelFromCoord(System.Int32,System.Int32,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart.ChartLabels.LabelFromCoord.html#C1_Win_C1Chart_ChartLabels_LabelFromCoord_System_Int32_System_Int32_System_Int32__">LabelFromCoord(int, int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Used to obtain the LabelIndex at the specified coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
