# C1.Win.C1Chart.PointStyle.PointIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_PointStyle_PointIndex_" data-uid="C1.Win.C1Chart.PointStyle.PointIndex*">PointIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_PointStyle_PointIndex_" data-uid="C1.Win.C1Chart.PointStyle.PointIndex*"></a>
<h4 id="C1_Win_C1Chart_PointStyle_PointIndex" data-uid="C1.Win.C1Chart.PointStyle.PointIndex">PointIndex</h4>
<div class="markdown level1 summary"><p>Gets or sets the data point index of the PointStyle.
Used in conjunction with the SeriesIndex property value, the PointIndex
property value indicates the specific data point to which the PointStyle applies.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ct))]
public int PointIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ct))&gt;
Public Property PointIndex As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Chart_PointStyle_PointIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Useful only when Selection is <a class="xref" href="C1.Win.C1Chart.PointStyleSelectionEnum.html#C1_Win_C1Chart_PointStyleSelectionEnum_Index">Index</a>.</p>
</div>
<h5 id="C1_Win_C1Chart_PointStyle_PointIndex_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.PointStyle.html">PointStyle</a></div>
</div>
</div>
