Original signature is '- (void)twoDGraphView:(SM2DGraphView *)inGraphView didClickPoint:(NSPoint)inPoint;'

C# | Visual Basic | Visual C++ |
void TwoDGraphViewDidClickPoint( SM2DGraphView inGraphView, NSPoint inPoint )
Sub TwoDGraphViewDidClickPoint ( _ inGraphView As SM2DGraphView, _ inPoint As NSPoint _ )
void TwoDGraphViewDidClickPoint( SM2DGraphView^ inGraphView, NSPoint inPoint )

- inGraphView (SM2DGraphView)
- The graph view making the call.
- inPoint (NSPoint)
- The clicked position in the graph view coordinate system.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)