C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / C1TreeMap Class / HitTest Method
Point in control coordinates.

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

Parameters

pt
Point in control coordinates.

Return Value

A HitTestInfo object with information about the point.
See Also