HitTestResult.PointIndex Property

Definition

Gets or sets the index of a data point, if any, returned by a hit test.

C#
public int PointIndex { get; set; }

Property Value

An integer value that represents the index of a data point returned by a hit test. The default value is negative one (-1).

Remarks

If a data point is at the location that is checked by a hit test, the PointIndex property will return the zero-based index of that data point, otherwise it will return a negative one (-1).

All data points are stored in a DataPointCollection, which is exposed as the Points collection property of a Series object; the index of the DataPointCollection is zero-based.

Use the Series property to determine the series to which the data point belongs.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1