Search found 8 matches
- Fri Jan 26, 2007 6:18 pm
- Forum: JFreeChart
- Topic: Click on Legend To Hide Series
- Replies: 3
- Views: 5732
- Thu Dec 14, 2006 11:49 pm
- Forum: JFreeChart
- Topic: Click on Legend To Hide Series
- Replies: 3
- Views: 5732
Click on Legend To Hide Series
Has anyone tried to hide a series by clicking on its legend entry?
I could only think of adding hide JCheckboxes on the chart's right click menu that toggled the visibility.
Is there a better way to do this?
I could only think of adding hide JCheckboxes on the chart's right click menu that toggled the visibility.
Is there a better way to do this?
- Wed Dec 06, 2006 6:32 pm
- Forum: JFreeChart
- Topic: Setting the series visbility
- Replies: 4
- Views: 5338
- Wed Dec 06, 2006 6:19 pm
- Forum: JFreeChart
- Topic: Setting the series visbility
- Replies: 4
- Views: 5338
- Wed Nov 29, 2006 11:03 pm
- Forum: JFreeChart
- Topic: Setting the series visbility
- Replies: 4
- Views: 5338
I am having the same issue http://www.jfree.org/phpBB2/viewtopic.php?t=11819. However, I'm not getting much in the way of help.
- Wed Nov 29, 2006 8:13 pm
- Forum: JFreeChart
- Topic: Visibel of CategoryItemRenderer
- Replies: 5
- Views: 4738
Does anyone have any idea on this? In addition to the BarChart, I am trying to hide a series in StackedBarChart. JFreeChart chart = ChartFactory.createStackedBarChart( "", // chart // title "Workspace", // domain axis label "TB", // range axis label createDiskspaceDataset(), // data PlotOrientation....
- Fri Nov 17, 2006 9:03 pm
- Forum: JFreeChart
- Topic: Visibel of CategoryItemRenderer
- Replies: 5
- Views: 4738
- Fri Nov 17, 2006 7:18 pm
- Forum: JFreeChart
- Topic: Visibel of CategoryItemRenderer
- Replies: 5
- Views: 4738
Still True?
I tried this again today and it didn't work. Is it still true that CategoryItemRenderer.setSeriesVisible() is not implemented?