[]
        
(Showing Draft Content)

C1.WPF.Chart.C1TreeMap.HitTest

HitTest Method

HitTest(Point)

Gets a HitTestInfo object with information about the specified point.

Declaration
public override HitTestInfo HitTest(Point pt)
Parameters
Type Name Description
Point pt

Point in control coordinates.

Returns
Type Description
HitTestInfo

A HitTestInfo object with information about the point.

Overrides