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.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public int SeriesIndex { get; }
Visual Basic
Public ReadOnly Property SeriesIndex As Integer
	Get

See Also