Interface IPieChartHitProvider
Defines a hit provider which perform hit test check on pie chart renderable series. See Also: IPieRenderableSeries#hitTest(PieHitTestInfo, float, float)
Implements
Namespace:
Assembly: .dll
Syntax
public interface IPieChartHitProvider extends IAttachable
Methods
update(renderableSeries.hitTest.PieHitTestInfo hitTestInfo, float x, float y)
Performs 2D hit test on specified pie chart renderable series.
Declaration
public abstract void update(renderableSeries.hitTest.PieHitTestInfo hitTestInfo, float x, float y)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.hitTest.PieHitTestInfo | hitTestInfo | The hit test info instance to update. |
| float | x | The x coordinate of hit test point |
| float | y | The y coordinate of hit test point |