[]
        
(Showing Draft Content)

C1.Blazor.Chart.FlexChart.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

HitTest(C1Point, MeasureOption, int)

Gets a HitTestInfo object with information about the specified point.

Declaration
public HitTestInfo HitTest(C1Point pt, MeasureOption options, int seriesIndex = -1)
Parameters
Type Name Description
C1Point pt

Point in control coordinates.

MeasureOption options

Measure options.

int seriesIndex

Optional Series index. If index is specified the method returns information about the closest data point of the specified series.

Returns
Type Description
HitTestInfo