ramkumar7179 Posted July 31, 2007 Report Share Posted July 31, 2007 How to get the data points of X and Y axis on ci Chartfx DLL.zip Quote Link to comment Share on other sites More sharing options...
Frank Posted July 31, 2007 Report Share Posted July 31, 2007 Use the MouseClick event. The argument contains the Series and Point index of the point that was clicked. You can use these indexes to retrieve the X and Y as well as any other attributes for that point. For example: double x = chart.Data.X[e.Series,e.Point]; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.