HitTestProvider Property (FastBandRenderableSeries)

Gets the SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider implementation associated with this series.

This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider.HitTest which return a HitTestInfo struct containing information about the Hit-Test operation. Use to determine points near the mouse or whether the mouse is over a series.

Syntax
public override IHitTestProvider HitTestProvider {get;}
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