# C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex_" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex*">PointIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex_" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex" data-uid="C1.Win.FlexReport.Chart.ChartAttachMethodData.PointIndex">PointIndex</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int PointIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property PointIndex As Integer</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_ChartAttachMethodData_PointIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For 3D chart, it means the point index of the data point if the data layout specified is point layout,
and means the row of the data point if the data layout specified is regular or irregular grid.</p>
</div>
</div>
