Returns the RadarPiece at the specified location.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public RadarPiece HitTestRadar ( |
Visual Basic
![]() |
---|
Public Function HitTestRadar( _ |
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.