Returns the RadarPiece at the specified location. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public RadarPiece HitTestRadar ( |
Visual Basic
![]() |
---|
Public Function HitTestRadar ( _ |
JavaScript
![]() |
---|
function HitTestRadar (x, y) |
The RadarPiece that contains the point specified by x and y; null if none is found.
Use the method when hit-testing radar charts. The result can be null, so always check.