# C1.Win.FlexReport.Chart.ChartAttachMethodData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartAttachMethodData" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData" class="text-break">ChartAttachMethodData Class
</h1>
  <div class="markdown level0 summary"><p>Specifies how a <a class="xref" href="C1.Win.FlexReport.Chart.ChartLabel.html">ChartLabel</a> is placed or attached to a 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.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">ChartAttachMethodData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartAttachMethodData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartAttachMethodData : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartAttachMethodData
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <h5 id="C1_Win_FlexReport_Chart_ChartAttachMethodData_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each of the ChartAttachMethodData object properties is meaningful only in the context of a <a class="xref" href="C1.Win.FlexReport.Chart.ChartLabel.AttachMethod.html#C1_Win_FlexReport_Chart_ChartLabel_AttachMethod">AttachMethod</a> value.</p>
</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_FlexReport_Chart_ChartAttachMethodData__ctor" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.-ctor.html#C1_Win_FlexReport_Chart_ChartAttachMethodData__ctor">ChartAttachMethodData()</a>
        </td>
        <td class="markdown level1 summary"></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_FlexReport_Chart_ChartAttachMethodData_GroupIndex" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.GroupIndex">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.GroupIndex.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_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.
For 2D charts only (for 3D charts, there is only one chart group).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the point index of the data point to attach a label to when the label AttachMethod property specifies DataIndex attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAttachMethodData_SeriesIndex" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.SeriesIndex">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.SeriesIndex.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series index of the data point to attach a label to when the label AttachmentMethod property specifies DataIndex attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAttachMethodData_X" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.X">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.X.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate (client or data) when label AttachMethod property specifies Coordinate or DataCoordinate attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAttachMethodData_Y" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.Y">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.Y.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate (client or data) when label AttachMethod property specifies Coordinate, DataCoordinate or DataIndexY attachment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartAttachMethodData_Z" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.Z">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.Z.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Z data coordinate when label AttachMethod property specifies DataCoordinate attachment.</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_FlexReport_Chart_ChartAttachMethodData_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartAttachMethodData.AssignFrom.html#C1_Win_FlexReport_Chart_ChartAttachMethodData_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
