Gets the series index of data point for which the event is providing customization. Used in conjunction with the SeriesIndex property value, the PointIndex property value indicates the specific data point to which the PointStyle customization applies.
[Visual Basic]
Public ReadOnly Property SeriesIndex As Integer
[C#]
public int SeriesIndex {get;}
[Delphi]
public property SeriesIndex: Int32 read get_SeriesIndex;
See Also
PointStyleSelectEventArgs Class | PointStyleSelectEventArgs Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |