Adding Images to an ASP .Net Chart Control

Posted by wali on Stack Overflow See other posts from Stack Overflow or by wali
Published on 2010-04-02T15:00:54Z Indexed on 2010/04/02 15:03 UTC
Read the original article Hit count: 309

Filed under:
|
|

Hello all!

I'm not sure if I titled the question correctly so it would be better if I explained what I'm trying to do. I am using the ASP .Net Chart Control to create a line chart showing numbers of trouble calls based on date. What I would like to do is implement a way of annotating the chart with data whereas if there was a spike in trouble calls a line, or asterisk, etc would direct the viewer to "read notes below for an explanation for why the numbers spiked here".

From the samples for the chart control there is a way you can add a bitmap to the chart, however I don't see how that will be effective here because the explanations will come dynamically from a database.

If anyone's done something like this or has some guidance I'd appreciate it.

Thanks!

© Stack Overflow or respective owner

Related posts about asp

Related posts about .NET