The mouse point on the parent SciChart.Charting.Visuals.SciChartSurface
If true, use interpolation to perform a hit-test between data-points, or on the area if a , or
VerticalSliceHitTest Method (IHitTestProvider)
Performs a hit-test at the specific mouse point with zero hit-test radius. Method considers only X values and returns a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct with the closest X value
Syntax
HitTestInfo VerticalSliceHitTest( 
   Point rawPoint,
   bool interpolate
)

Parameters

rawPoint
The mouse point on the parent SciChart.Charting.Visuals.SciChartSurface
interpolate
If true, use interpolation to perform a hit-test between data-points, or on the area if a , or

Return Value

Remarks
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