Search found 6 matches

by cristina
Tue Mar 22, 2005 1:58 pm
Forum: JFreeChart
Topic: Labels of a graph
Replies: 2
Views: 2932

hello! part of the code is: p.setLabelGenerator(new StandardPieItemLabelGenerator("{0} ({2})", NumberFormat.getNumberInstance(), NumberFormat.getPercentInstance() )); p.setLabelFont(new Font("SansSerif", Font.PLAIN, 10)); p.setMaximumLabelWidth(0.25); p.setInteriorGap(0.20); p.setLabelGap(0.02); p.s...
by cristina
Mon Mar 21, 2005 4:48 pm
Forum: JFreeChart
Topic: Labels of a graph
Replies: 2
Views: 2932

Labels of a graph

My problem is that in a MultiplePiePlot one of the graphs does not show me correctly the labels, they stay out of the area of drawing


Thank you
Cristina
by cristina
Mon Feb 21, 2005 2:16 pm
Forum: JFreeChart
Topic: Superposed labels
Replies: 3
Views: 3396

Thank you for your help. The version that I am using is 0.9.21: is there newer anyone?

Actually I am implementing a MultiplePieChart, with DefaultCategoryDataset

I cannot apply the method that you say to me, it gives me ClassCastException

thank you very much again
by cristina
Mon Feb 21, 2005 1:13 pm
Forum: JFreeChart
Topic: Superposed labels
Replies: 3
Views: 3396

Superposed labels

I have a piechart with aprox. 15 labels, but these turn out to be superposed: how can I solve it?

Thank you
Cristina
by cristina
Tue Oct 26, 2004 8:50 pm
Forum: JFreeChart
Topic: disabled ChartpropertyEditPanel
Replies: 3
Views: 4412

thanks to respond and to help me
by cristina
Fri Oct 22, 2004 6:25 pm
Forum: JFreeChart
Topic: disabled ChartpropertyEditPanel
Replies: 3
Views: 4412

disabled ChartpropertyEditPanel

How I can disabled ChartpropertyEditPanel ?
Thanks