raj Posted June 25, 2007 Report Share Posted June 25, 2007 Hi, I am using ChartFX for .NET 2005 and I am displaying a Bar Chart with some text on the each Bar.When I click on a particular bar I am passing the text value from the Bar to display further reports .In this particular scenario I would like to pass some ID instead of Text for which I need to store the ID on the Chart as a hidden field. How can we achieve this ? Quote Link to comment Share on other sites More sharing options...
Frank Posted June 25, 2007 Report Share Posted June 25, 2007 You can use Text as your ID. You can also use Tag as your ID (also as a string). For example: chart.Points[i,j].Tag = "My Id"; 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.