Is there any possibility like on click of paticular line/bar in chart, can we open a linkbutton or hyperlink like tooltip and click of that hyperlink/linkbutton redirect to another page .
You can specify Series.Href or DataPoint.Href to allow jumping to a web page by clicking on the data point. If you want to creae additional UI, you will need to write it in Java Script.
You can specify Series.Href or DataPoint.Href to allow jumping to a web page by clicking on the data point. If you want to creae additional UI, you will need to write it in Java Script.
thnx for the reply .... Can you give a small example....
What I exactly want is ...on the mouseover of a series i want a tooltip like it will contain a linkbutton/hyperlink....and onclick of that it needs to be redirected.
Can you give me small javascript as how to get it....