Hey,
There's a problem with the XYDotRenderer, with this renderer it is not possible to set a serie not visible.
I think the problem is in the function DrawItem , this function doesn't take care the XYItemRendererState argument.
Search found 2 matches
- Tue Apr 08, 2008 2:08 pm
- Forum: JFreeChart
- Topic: Problem with XYDotRenderer
- Replies: 3
- Views: 3297
- Wed Apr 02, 2008 10:40 am
- Forum: JFreeChart
- Topic: popupmenu SWT
- Replies: 2
- Views: 5335
popupmenu SWT
Hey, I use Jfreechart in a RCP application and I have a problem : I can't change the popupmenu using a chartComposite is it under development or do I use it badly ? Here is my code (trying to remove the popupmenu) : ChartPanel chartPanel = new ChartPanel(chart, true); chartPanel.setPopupMenu(null); ...