getting a list of entities for a subplot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pelski
Posts: 16
Joined: Thu Feb 23, 2006 2:02 am

getting a list of entities for a subplot

Post by pelski » Thu Mar 23, 2006 2:10 am

Hi,

I am rendering two XY line charts using a
CombinedDomainXYPlot. I would like to render tooltips
and URLs on the image that:
1) Extend the full length of their Range Axis
2) Extend back to the point before.
This is so that the entire plotarea is 'clickable'.

I extended the ImageMapUtilities.getImageMap to do this,
however when using two subplots I can not get which subplot
I am rendering the imagemap tag for given a specific entity.

Does anyone know a good way to get the PlotArea given a specific
XYItemEntity?

It would help if there were a method on PlotRenderingInfo to get all the
ChartEntities for that plot? Or is there another way of getting this info?

Cheers,
Nick

Locked