Returns the bar at the specified position.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public override ChartElement HitTest ( int x, int y ) |
Visual Basic
Copy Code
|
Public Overrides Function HitTest ( _ x As Integer, _ y As Integer _ ) As ChartElement |
JavaScript
Copy Code
|
function HitTest (x, y) |
Parameters
Return Value
See Also
|