PointIndex Property (HitTestInfo)
In This Topic
Gets the data point index at the specified coordinates.
Syntax
'Declaration
<C1DescriptionAttribute("HitTestInfo.PointIndex", "Gets the data point index at the specified coordinates.")>
Public ReadOnly Property PointIndex As Integer
[C1Description("HitTestInfo.PointIndex", "Gets the data point index at the specified coordinates.")]
public int PointIndex {get;}
See Also