ComponentOne Xamarin Edition
HitTest Method (ChartBase)
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartBase Class : HitTest Method
Point in control coordinates.
Gets a ChartHitTestInfo object with information about the specified point.
Syntax
public abstract ChartHitTestInfo HitTest( 
   Xamarin.Forms.Point pt
)

Parameters

pt
Point in control coordinates.

Return Value

A ChartHitTestInfo object with information about the point.
See Also

Reference

ChartBase Class
ChartBase Members