I am using jfreechart (specially ChartFactory.createTimeSeriesChart()). Is there a way to signal events like
Share
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.
I don’t see a way to do this easily. One possibility would be to place an
[XYPointerAnnotaion][1](example here) on your chart, then create the legend on the right separately. You’d have to manage the mapping between the pointers on the chart and the entries in the legend yourself though.