[]
        
(Showing Draft Content)

C1.WinUI.Chart.Series.HitTest

HitTest Method

HitTest(Point, bool)

Performs hit testing for the series.

Declaration
public virtual HitTestInfo HitTest(Point point, bool testLines = false)
Parameters
Type Name Description
Point point

Point in control's coordinates.

bool testLines

Whether to test distance from connecting lines.

Returns
Type Description
HitTestInfo

Hit test result.