1

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?

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks. I ended up needing something more sophisticated so after the map was rendered by the chart i played around with JS to get the exact effect i wanted.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.