I am using a TeeChart line graph in an asp.net web application.
I would like to show a tooltip when the mouse is hovered over a point in the graph.
Can this be done?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TeeChart .NET WebCharts are basically created server-side, exported to an image that is sent to the client’s browser. Of course, this technique limits the interactivity, but WebCharts still support some of this interactivity as shown in the live demo here:
http://www.steema.net/TeeChartForNET/index.aspx
Concretelly, the Mouseover feature can be explored in the examples under “Interacting with Charts\Mouseover Hints”
Steema Support Team.