# C1.Win.C1Chart.AttachMethodData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AttachMethodData" data-uid="C1.Win.C1Chart.AttachMethodData" class="text-break">AttachMethodData Class
</h1>
  <div class="markdown level0 summary"><p>The AttachMethodData Class is used by chart <a class="xref" href="C1.Win.C1Chart.Label.html">Label</a> objects in conjunction with
the Label object <a class="xref" href="C1.Win.C1Chart.Label.AttachMethod.html#C1_Win_C1Chart_Label_AttachMethod">AttachMethod</a> property to identify how
the <a class="xref" href="C1.Win.C1Chart.Label.html">Label</a> is placed or attached to the chart. Each of
the AttachMethodData object properties are meaning only in the context
of the <a class="xref" href="C1.Win.C1Chart.Label.AttachMethod.html#C1_Win_C1Chart_Label_AttachMethod">AttachMethod</a> 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">AttachMethodData</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_AttachMethodData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(AttachMethodData.TypeConverter))]
public class AttachMethodData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(AttachMethodData.TypeConverter))&gt;
Public Class AttachMethodData</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_AttachMethodData__ctor" data-uid="C1.Win.C1Chart.AttachMethodData.#ctor">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.-ctor.html#C1_Win_C1Chart_AttachMethodData__ctor">AttachMethodData()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AttachMethodData.html">AttachMethodData</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_AttachMethodData_GroupIndex" data-uid="C1.Win.C1Chart.AttachMethodData.GroupIndex">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.GroupIndex.html#C1_Win_C1Chart_AttachMethodData_GroupIndex">GroupIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group index of the data point to attach a label
when the label AttachMethod property specifies DataIndex attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AttachMethodData_PointIndex" data-uid="C1.Win.C1Chart.AttachMethodData.PointIndex">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.PointIndex.html#C1_Win_C1Chart_AttachMethodData_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.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AttachMethodData_SeriesIndex" data-uid="C1.Win.C1Chart.AttachMethodData.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.SeriesIndex.html#C1_Win_C1Chart_AttachMethodData_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.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AttachMethodData_X" data-uid="C1.Win.C1Chart.AttachMethodData.X">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.X.html#C1_Win_C1Chart_AttachMethodData_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_C1Chart_AttachMethodData_Y" data-uid="C1.Win.C1Chart.AttachMethodData.Y">
          <a class="xref" href="C1.Win.C1Chart.AttachMethodData.Y.html#C1_Win_C1Chart_AttachMethodData_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate (data or client) when the label AttachMethod property species Coordinate or DataCoordinate attachment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
