Search found 5 matches

by raulosan
Tue Jan 26, 2010 11:15 am
Forum: JFreeChart
Topic: Pie chart Linking lines: straight instead of rounded
Replies: 3
Views: 4641

Re: Pie chart Linking lines: straight instead of rounded

Hello,
this has worked to me:

PiePlot plot = (PiePlot) chart.getPlot();
plot.setLabelLinkStyle(PieLabelLinkStyle.STANDARD);
by raulosan
Mon Jan 25, 2010 4:20 pm
Forum: JFreeChart
Topic: Pie chart Linking lines: straight instead of rounded
Replies: 3
Views: 4641

Re: Pie chart Linking lines: straight instead of rounded

Hello, I have the same problem. I've noticed that in old tutorials (http://www.screaming-penguin.com/node/4005, http://www.java2s.com/Code/Java/Chart/Pie-Chart.htm)the label lines are straight, and in a quite new tutorial from Lars Vogel (http://www.vogella.de/articles/JFreeChart/article.html) that ...
by raulosan
Thu Jan 21, 2010 3:03 pm
Forum: JFreeChart
Topic: JFreeChart in DOS console
Replies: 2
Views: 3374

Re: JFreeChart in DOS console

It works!
Thankyou very much.

D:/temp/java/java -classpath OutsideExported.jar;jcommon-1.0.16.jar;jfreechart-1.0.13.jar outsidePackage.OutsideClass
by raulosan
Thu Jan 21, 2010 11:54 am
Forum: JFreeChart
Topic: JFreeChart in DOS console
Replies: 2
Views: 3374

JFreeChart in DOS console

Hello, I need to execute an application that uses JFreeChart outside the IDE (Eclipse) in DOS command line. This is the procedure I follow: 1- Export the project outside Eclipse with a .jar compression (OutsideExported.jar) to the destination folder (D:/temp/java). 2- Execute the single class of the...
by raulosan
Mon Jan 18, 2010 5:14 pm
Forum: JFreeChart
Topic: All sections exploded in piechart
Replies: 1
Views: 2665

All sections exploded in piechart

Hello,

I would like to know if it's possible to have a separation between the different sections of the piechart, in order to have the same effect than with the explodePercent method, but with every section.

Thanks in advance,
Raúl