Mohamed_Arif Posted August 2, 2007 Report Share Posted August 2, 2007 When I click a point on the chart, I want to pass the corresponding xaxis label as a parameter with the url.( using Mouse click event args e). Please let me know how to do this. Thanks Mohamed Quote Link to comment Share on other sites More sharing options...
Frank Posted August 3, 2007 Report Share Posted August 3, 2007 e.Point gives you the index of the point which you can use to obtain the label: string label = chart.AxisX.Labels[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.