FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexChart 类 / HitTest 方法 / HitTest(Point,Boolean) 方法
Point in control coordinates.
Whether to include connecting lines between data points. If testLines=false only data points are used for hit testing.

本主题中
    HitTest(Point,Boolean) 方法
    本主题中
    Gets a HitTestInfo object with information about the specified point.
    语法
    '声明
     
    Public Overloads Function HitTest( _
       ByVal pt As Point, _
       ByVal testLines As Boolean _
    ) As HitTestInfo
    public HitTestInfo HitTest( 
       Point pt,
       bool testLines
    )

    参数

    pt
    Point in control coordinates.
    testLines
    Whether to include connecting lines between data points. If testLines=false only data points are used for hit testing.

    返回值

    A HitTestInfo object with information about the point.
    请参见