FlexChart | ComponentOne
C1.WPF.Chart.Finance 程序集 / C1.WPF.Chart.Finance 命名空间 / Envelopes 类 / HitTest 方法
Point in control's coordinates.
Whether to test distance from connecting lines.

本主题中
    HitTest 方法 (Envelopes)
    本主题中
    Performs hit testing for the series.
    语法
    '声明
     
    Public Overridable Function HitTest( _
       ByVal point As Point, _
       Optional ByVal testLines As Boolean _
    ) As HitTestInfo
    public virtual HitTestInfo HitTest( 
       Point point,
       bool testLines
    )

    参数

    point
    Point in control's coordinates.
    testLines
    Whether to test distance from connecting lines.

    返回值

    Hit test result.
    请参见