Returns the PiePiece at the specified position. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public PiePiece HitTestPie ( |
Visual Basic
![]() |
---|
Public Function HitTestPie ( _ |
JavaScript
![]() |
---|
function HitTestPie (x, y) |
The PiePiece found at the position specified by x and y; otherwise null.
Use this method when hit-testing pie charts. The result can be null, so always check.