Search found 3 matches

by kpbird
Thu Jun 05, 2008 8:01 am
Forum: JFreeChart
Topic: Pie2D and label position
Replies: 6
Views: 8067

I tried that but is display label inside pie section.
I want to show label out side pie section.
by kpbird
Thu Jun 05, 2008 6:36 am
Forum: JFreeChart
Topic: Pie2D and label position
Replies: 6
Views: 8067

hello all,

I have same problem.

plot.setLabelLinksVisible(false);

dosen't solve my problem.

actually I want all label above pie chart section.
same as old version.
by kpbird
Wed Jun 04, 2008 11:15 am
Forum: JFreeChart
Topic: Pie chart label generator
Replies: 1
Views: 3371

have you try this

PiePlot plot = (PiePlot) chart.getPlot();
plot.setIgnoreNullValues(true);
plot.setIgnoreZeroValues(true);