Jfreechart time series chart with events?

I don't see a way to do this easily. One possibility would be to place an XYPointerAnnotaion1 ( 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.

I don't see a way to do this easily. One possibility would be to place an XYPointerAnnotaion1 (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.

Yes, I have just implemented this. Using IntervalMarker or ValueMarker works for me. Don't need to put the legend on the right, it's ok inside the chart.

– raticulin Apr 23 '10 at 22:54.

It's certainly possible; see org.jfree.chart. Event and org.jfree.data. General for chart and data events.

Also, check out the JFreeChart Demo (Java Web Start) entries under Miscellaneous > Crosshairs.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions