# C1.Win.C1Chart.PointStyle.SeriesIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_PointStyle_SeriesIndex_" data-uid="C1.Win.C1Chart.PointStyle.SeriesIndex*">SeriesIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_PointStyle_SeriesIndex_" data-uid="C1.Win.C1Chart.PointStyle.SeriesIndex*"></a>
<h4 id="C1_Win_C1Chart_PointStyle_SeriesIndex" data-uid="C1.Win.C1Chart.PointStyle.SeriesIndex">SeriesIndex</h4>
<div class="markdown level1 summary"><p>Gets or sets the data series index of the PointStyle.
Used in conjunction with the PointIndex property value,
the SeriesIndex 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 SeriesIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ct))&gt;
Public Property SeriesIndex As Integer</code></pre>
</div>
<h5 id="C1_Win_C1Chart_PointStyle_SeriesIndex_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is not used when selection method specified by the Selection property
includes all data series (e.g. - DataMaxX, DataMaxY, DataMinX, DataMinY).</p>
</div>
<h5 id="C1_Win_C1Chart_PointStyle_SeriesIndex_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.PointStyle.html">PointStyle</a></div>
</div>
</div>
