The mouse point on the parent SciChart.Charting.Visuals.SciChartSurface
The radius in pixels to determine whether a mouse is over a data-point
If true, use interpolation to perform a hit-test between data-points, or on the area if a SciChart.Charting.Visuals.RenderableSeries.FastMountainRenderableSeries, SciChart.Charting.Visuals.RenderableSeries.FastColumnRenderableSeries or SciChart.Charting.Visuals.RenderableSeries.FastCandlestickRenderableSeries
HitTest(Point,Double,Boolean) Method
Performs a hit-test at the specific mouse point (X,Y coordinate on the parent SciChart.Charting.Visuals.SciChartSurface), returning a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct with the results
Syntax

Parameters

rawPoint
The mouse point on the parent SciChart.Charting.Visuals.SciChartSurface
hitTestRadius
The radius in pixels to determine whether a mouse is over a data-point
interpolate
If true, use interpolation to perform a hit-test between data-points, or on the area if a SciChart.Charting.Visuals.RenderableSeries.FastMountainRenderableSeries, SciChart.Charting.Visuals.RenderableSeries.FastColumnRenderableSeries or SciChart.Charting.Visuals.RenderableSeries.FastCandlestickRenderableSeries

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also