Search found 3 matches
- Wed Dec 01, 2010 12:52 am
- Forum: JFreeChart
- Topic: How to retrieve XYItemEntity from Domain/RangeCrosshair
- Replies: 7
- Views: 10643
Re: How to retrieve XYItemEntity from Domain/RangeCrosshair
This would be very nice, and would match functionality already available for category plots. I've added it to the feature request list :) https://sourceforge.net/tracker/?func=detail&aid=3123998&group_id=15494&atid=365494 As far as I can tell, this will require a change to the signature of AbstractX...
- Tue Nov 30, 2010 8:16 pm
- Forum: JFreeChart
- Topic: BubbleChart problem
- Replies: 6
- Views: 8744
Re: BubbleChart problem
Thanks, this was very useful. I've made some slight tweaks so that maxZ is recalculated if the chart is zoomed / unzoomed, as well as using RendererState to calculate and cache maxZ as suggested in the other posts. public class BubbleRenderer extends AbstractXYItemRenderer implements XYItemRenderer ...
- Wed Dec 13, 2006 8:44 pm
- Forum: JFreeChart
- Topic: XYDifferenceRenderer tooltip bug ?
- Replies: 0
- Views: 2038
XYDifferenceRenderer tooltip bug ?
I noticed that the XYDifferenceRenderer will not generate tooltips unless I set
setShapesVisible to true. In my case I would like tooltips, but not visible shapes.
Is this a bug? Or am I supposed to use a specific type of shape so I do not get a box/triangle?
thanks
setShapesVisible to true. In my case I would like tooltips, but not visible shapes.
Is this a bug? Or am I supposed to use a specific type of shape so I do not get a box/triangle?
thanks