Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have created Time-series chart. How can i implement such that when i click at any coordinate of graph i should be able to add some comments at that point

share|improve this question
You're going to need to provide a lot more information than this if you want a meaningful answer – griegs Sep 15 '11 at 5:06
i mean tagging at any point of graph – sushant kumar Sep 15 '11 at 5:15
we specify particular coordianate at which we want to show some comments on graph but i want it to be user friendly. user should be able to show comments as per their own coordinate choice – sushant kumar Sep 15 '11 at 5:19

closed as not a real question by griegs, Buhake Sindi, Mac, agf, Graviton Sep 15 '11 at 6:13

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can get the data point nearest where the user clicked, as shown here. You can add a suitable XYAnnotation to the plot at that point. XYTextAnnotation seems apropos.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.