Gets the point 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 PointIndex { get; }
Visual Basic
Public ReadOnly Property PointIndex As Integer
	Get

See Also