I have several time series plotted with jfreechart. The graph also contains multiple annotations. I want the user to be able to select the time series or the annotations.
So far I have tried: entityCollection.getEntity(x,y)
which returns me the PlotEntity
and panel.getComponentAt(x,y)
which gives me the chart panel.
so my question is: can jFreechart provide me with this information?