# C1.Win.C1Chart3D.Chart3DLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DLabel" data-uid="C1.Win.C1Chart3D.Chart3DLabel" class="text-break">Chart3DLabel Class
</h1>
  <div class="markdown level0 summary"><p>A Chart3DLabel object is an independent text annotation that can be attached to the chart.</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="C1.Win.C1Chart3DBase.baseChartRect.html">baseChartRect</a></div>
    <div class="level2"><span class="xref">Chart3DLabel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.C1Chart3DBase.iChartRect.html">iChartRect</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_Chart3DLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DLabel : baseChartRect, iChartRect, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DLabel
    Inherits baseChartRect
    Implements iChartRect, IDisposable</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_C1Chart3D_Chart3DLabel__ctor" data-uid="C1.Win.C1Chart3D.Chart3DLabel.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.-ctor.html#C1_Win_C1Chart3D_Chart3DLabel__ctor">Chart3DLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.html">Chart3DLabel</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_C1Chart3D_Chart3DLabel_AttachMethod" data-uid="C1.Win.C1Chart3D.Chart3DLabel.AttachMethod">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.AttachMethod.html#C1_Win_C1Chart3D_Chart3DLabel_AttachMethod">AttachMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label attachment method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_AttachMethodData" data-uid="C1.Win.C1Chart3D.Chart3DLabel.AttachMethodData">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.AttachMethodData.html#C1_Win_C1Chart3D_Chart3DLabel_AttachMethodData">AttachMethodData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the attachment data for the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Connected" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Connected">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Connected.html#C1_Win_C1Chart3D_Chart3DLabel_Connected">Connected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a connecting line is drawn to an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_LabelCompass" data-uid="C1.Win.C1Chart3D.Chart3DLabel.LabelCompass">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.LabelCompass.html#C1_Win_C1Chart3D_Chart3DLabel_LabelCompass">LabelCompass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the label relative its specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Location" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Location">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Location.html#C1_Win_C1Chart3D_Chart3DLabel_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Name" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Name">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Name.html#C1_Win_C1Chart3D_Chart3DLabel_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Offset" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Offset">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Offset.html#C1_Win_C1Chart3D_Chart3DLabel_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset distance from an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Size" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Size">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Size.html#C1_Win_C1Chart3D_Chart3DLabel_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_Style" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Style">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Style.html#C1_Win_C1Chart3D_Chart3DLabel_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Style object of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_View3D" data-uid="C1.Win.C1Chart3D.Chart3DLabel.View3D">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.View3D.html#C1_Win_C1Chart3D_Chart3DLabel_View3D">View3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 3D-view plane of the label.</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_Chart3DLabel_Dispose" data-uid="C1.Win.C1Chart3D.Chart3DLabel.Dispose">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.Dispose.html#C1_Win_C1Chart3D_Chart3DLabel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used by the Chart3DLabel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DLabel_ToString" data-uid="C1.Win.C1Chart3D.Chart3DLabel.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.ToString.html#C1_Win_C1Chart3D_Chart3DLabel_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DLabel.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
