Search found 6 matches
- Thu Nov 11, 2004 4:35 am
- Forum: JFreeChart
- Topic: LogarithmicAxis assistance - blew away the test code :(
- Replies: 3
- Views: 5112
hello,do u want this? private JFreeChart createChart(XYDataset dataset) { JFreeChart chart = ChartFactory.createXYLineChart( "XY Line Chart Test", // chart title "X", // x axis label "Y", // y axis label dataset, // data PlotOrientation.VERTICAL, true, // include legend true, // tooltips false // ur...
- Wed Nov 10, 2004 10:07 am
- Forum: JFreeChart
- Topic: plotting lines and bars together in one chart
- Replies: 2
- Views: 3412
- Wed Nov 10, 2004 10:03 am
- Forum: JFreeChart
- Topic: display % above or below marker
- Replies: 3
- Views: 4559
- Wed Nov 10, 2004 9:48 am
- Forum: JFreeChart
- Topic: Multiple datasets and multiple tooltip generators
- Replies: 2
- Views: 4769
- Wed Nov 10, 2004 9:39 am
- Forum: JFreeChart
- Topic: Hide certain series in the legend
- Replies: 5
- Views: 17166
You may revise the source code of jfreechart. Commonly u should revise the getLegendItems() method in plot. The following is a simple sample for PiePlot: [ public LegendItemCollection getLegendItems() { LegendItemCollection result = new LegendItemCollection(); List keys = null; if (this.dataset != n...
- Wed Nov 10, 2004 9:00 am
- Forum: JFreeChart
- Topic: Bug?setExplodePercent() method is invalid for 3D pieplot
- Replies: 0
- Views: 2182
Bug?setExplodePercent() method is invalid for 3D pieplot
my edition is 0.9.18
In my propgram setExplodePercent() method is used ,but no explode effect is shown for 3D pie plot,while 2D pie plot works well.
How about edition 0.9.21? I haven't tried it yet...
In my propgram setExplodePercent() method is used ,but no explode effect is shown for 3D pie plot,while 2D pie plot works well.
How about edition 0.9.21? I haven't tried it yet...