C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / TreeMap Class / HitTest Method
Point in control coordinates.

In This Topic
HitTest Method (TreeMap)
In This Topic
Gets a HitTestInfo object with information about the specified point.
Syntax
'Declaration
 
Public Overrides Function HitTest( _
   ByVal pt As System.Drawing.Point _
) As HitTestInfo
 

Parameters

pt
Point in control coordinates.

Return Value

A HitTestInfo object with information about the point.
See Also