Class NearestOhlcPointProvider
Defines the nearest point provider for OhlcRenderPassData
Inheritance
NearestOhlcPointProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class NearestOhlcPointProvider extends renderableSeries.hitTest.NearestXPointProviderBase<renderableSeriesOhlcRenderPassData>
Constructors
NearestOhlcPointProvider()
Declaration
public NearestOhlcPointProvider()
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 |