Members 
IHitTestProvider Interface

The interface to a Hit-Test provider, has methods such as HitTest(Windows.Foundation.Point,double,bool) which return a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct with information about the data-point and series at the screen coordinates.

Each SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries must have a IHitTestProvider and the default implementation is DefaultHitTestProvider<TRenderableSeries>

Syntax
public interface IHitTestProvider 
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