Click here to Skip to main content
15,916,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI ,

I am using Microsoft Chart Controls to Create Graphs.. I am using Line charts to create Trend Graphs... I am Using IsValueShownAsLabel property to automatically display Point value as a Small block on the graph.. My Requirement is the moment i click on the lable it should take me to adifferent page along with x axis & Y axis value..is there any way to do this?
Posted
Updated 27-Sep-10 0:50am
v2

1 solution

The event handler's <big>e</big> parameter should contain the values you want.

As far as clicking on the label, I think you actually have to click on the datapoint - not the label. If you can figure out the name of the label and then add a click handler to that object, you might be able to get what you want (clicking on the label).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900