Class NearestStackedColumnPointProvider
Defines a base class for nearest point provides which uses StackedColumnRenderPassData
Inheritance
NearestStackedColumnPointProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class NearestStackedColumnPointProvider extends renderableSeries.hitTest.NearestXPointProviderBase<renderableSeriesStackedColumnRenderPassData>
Constructors
NearestStackedColumnPointProvider()
Declaration
public NearestStackedColumnPointProvider()
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 |