Class NearestHorizontalPointProvider
Defines the nearest horizontal point provider for XyRenderableSeriesBase
Inheritance
NearestHorizontalPointProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class NearestHorizontalPointProvider extends renderableSeries.hitTest.NearestXPointProviderBase<renderableSeriesXyRenderPassData>
Constructors
NearestHorizontalPointProvider()
Declaration
public NearestHorizontalPointProvider()
Methods
setNearestPoint2D(renderableSeries.hitTest.HitTestInfo hitTestResult, float x, float y, float hitTestRadius)
Declaration
public void setNearestPoint2D(renderableSeries.hitTest.HitTestInfo hitTestResult, float x, float y, float hitTestRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.hitTest.HitTestInfo | hitTestResult | |
| float | x | |
| float | y | |
| float | hitTestRadius |