Returns the Scatter at the specified position.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Scatter HitTestScatter ( |
Visual Basic
![]() |
---|
Public Function HitTestScatter( _ |
The Scatter at the position specified by x and y; null if no Scatter is clicked.
Use this method when hit-testing scatter charts. The method returns only the hit scatter. If the scatter chart is combined with any type of line or area chart, you should also use HitTestLine or HitTest and cast the result to Line or Scatter.
The result can be null, so always check.