[]
        
(Showing Draft Content)

C1.Blazor.Chart.FlexPie.HitTest

HitTest Method

HitTest(C1Point)

Gets a HitTestInfo object with information about the specified point.

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

Point in control coordinates.

Returns
Type Description
HitTestInfo

A HitTestInfo object with information about the point.

Overrides