C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / FlexChartBase Class / HitTest Method
Point in control coordinates.

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

Parameters

pt
Point in control coordinates.

Return Value

A HitTestInfo object with information about the point.
See Also