# C1.Win.C1Chart3D.Chart3DAttachMethodData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DAttachMethodData" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData" class="text-break">Chart3DAttachMethodData Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DAttachMethodData Class is used by chart Label objects in conjunction with the
Label object <a class="xref" href="C1.Win.C1Chart3D.Chart3DLabel.AttachMethod.html#C1_Win_C1Chart3D_Chart3DLabel_AttachMethod">AttachMethod</a> property to identify
how the Label is placed or attached to the chart. Each of the Chart3DAttachMethodData object
properties are meaning only in the context of the AttachMethod value.</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">Chart3DAttachMethodData</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_Chart3DAttachMethodData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DAttachMethodData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DAttachMethodData</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_Chart3DAttachMethodData_Column" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.Column">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.Column.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Column of the data point to attach a label when the label AttachMethod property specifies
DataIndex attachment and data layout is regular or irregular grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_PointIndex" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.PointIndex">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.PointIndex.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point index of the data point to attach a label when the label AttachMethod property
specifies DataIndex attachment and data layout specified is point layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_Row" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.Row">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.Row.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Row of the data point to attach a label when the label AttachMethod property specifies
DataIndex attachment and data layout is regular or irregular grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_SeriesIndex" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.SeriesIndex.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series index of the data point to attach a label when the label AttachMethod property
specifies DataIndex attachment and data layout specified is point layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_X" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.X">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.X.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate (data or client) when the label AttachMethod property specifies
Coordinate or DataCoordinate attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_Y" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.Y">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.Y.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate (data or client) when the label AttachMethod property specifies
Coordinate or DataCoordinate attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DAttachMethodData_Z" data-uid="C1.Win.C1Chart3D.Chart3DAttachMethodData.Z">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DAttachMethodData.Z.html#C1_Win_C1Chart3D_Chart3DAttachMethodData_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Z data coordinate when the label AttachMethod property specifies
DataCoordinate attachment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
