HitTestResult.PointIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置命中测试返回的数据点(如果有)的索引。
public:
property int PointIndex { int get(); void set(int value); };
public int PointIndex { get; set; }
member this.PointIndex : int with get, set
Public Property PointIndex As Integer
属性值
一个 integer
值,该值表示命中测试返回的数据点的索引。 默认值为 -1。
注解
如果数据点位于命中测试检查的位置,则 PointIndex 属性将返回该数据点的从零开始的索引,否则它将 (-1) 返回负索引。
所有数据点都存储在 中 DataPointCollection,该对象作为 Points 对象的集合属性 Series 公开;的 DataPointCollection 索引从零开始。
Series使用 属性确定数据点所属的序列。