[]
        
(Showing Draft Content)

C1.Win.Chart.FlexChartBase.HitTest

HitTest Method

HitTest(Point)

Gets a HitTestInfo object with information about the specified point.

Declaration
public abstract HitTestInfo HitTest(Point pt)
Public MustOverride Function HitTest(pt As Point) As HitTestInfo
Parameters
Type Name Description
Point pt

Point in control coordinates.

Returns
Type Description
HitTestInfo

A HitTestInfo object with information about the point.