public interface IPieChartHitProvider
extends com.scichart.core.framework.IAttachable
Modifier and Type | Method and Description |
---|---|
void |
update(PieHitTestInfo hitTestInfo,
float x,
float y)
Performs 2D hit test on specified pie chart renderable series.
|
void update(PieHitTestInfo hitTestInfo, float x, float y)
hitTestInfo
- The hit test info instance to update.x
- The x coordinate of hit test pointy
- The y coordinate of hit test point