IHitTestProvider Interface Members
The following tables list the members exposed by IHitTestProvider.
Public Methods
Name | Description | |
---|---|---|
HitTest | Overloaded. 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 | |
VerticalSliceHitTest | 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 |
See Also