HitTest Method (FlexChartBase)
Gets a HitTestInfo object with information about the specified point.
public abstract HitTestInfo HitTest(
Windows.Foundation.Point
)
'Declaration
Public MustOverride Function HitTest( _
ByVal As Windows.Foundation.Point _
) As HitTestInfo
Parameters
- pt
- Point in control coordinates.
Return Value
A HitTestInfo object with information about the point.