Search found 13 matches

by SwethaKrish
Fri May 06, 2011 7:09 pm
Forum: JFreeChart
Topic: Range Axis lables overlapping
Replies: 0
Views: 3564

Range Axis lables overlapping

I am using a combined XY plot chart . Range Axis label for first series say "Salary" Range Axis label for second series "Metrics" Range Axis label for thrid series in "Employee Evaluation Points" which is lenghty. Can I make this label to be displayed in two line as we have for domainAxis. Thanks in...
by SwethaKrish
Mon Feb 02, 2009 1:44 pm
Forum: JFreeChart
Topic: Is there any way to add itext table to the jfree piechart
Replies: 1
Views: 2652

Is there any way to add itext table to the jfree piechart

Hi I am creating a piechart using jfree charts.

And creating the itext table to have the legends of the pie chart.

Is there any way to add the table created by itext to get added to the chart along with the piechart
by SwethaKrish
Fri Jan 23, 2009 10:07 am
Forum: JFreeChart
Topic: help needed in piechart labels on the piescetion
Replies: 6
Views: 9151

Hi try out

plot.setLabelGenerator(null);

to hide the label.
by SwethaKrish
Tue Jan 20, 2009 6:49 pm
Forum: JFreeChart
Topic: help needed in piechart labels on the piescetion
Replies: 6
Views: 9151

Hi ..

currently the pie chart that I created has the PieLabel LinkStyle like
a straight line and it gets bended to make all the pie labels to get align.

Is there any way make the line straight without any cut...
by SwethaKrish
Tue Jan 20, 2009 11:50 am
Forum: JFreeChart
Topic: help needed in piechart labels on the piescetion
Replies: 6
Views: 9151

Thanks ..It worked :D
by SwethaKrish
Sat Jan 17, 2009 1:30 pm
Forum: JFreeChart
Topic: help needed in piechart labels on the piescetion
Replies: 6
Views: 9151

help needed in piechart labels on the piescetion

Hi I have created the pie chart using jfree...

Is there any way to have the percentage on the pie section rather that
having a label link...
by SwethaKrish
Wed Jan 07, 2009 1:02 pm
Forum: JFreeChart
Topic: help needed in label for piechart
Replies: 0
Views: 2216

help needed in label for piechart

Hi I am creating the pie chart using jfree.....

Is there any to have the labelborder as invisble and also set the background for the label similar to the plot area...


Also Is there any way to have the label lines in the following format
" -----> "
by SwethaKrish
Tue Dec 30, 2008 3:29 pm
Forum: JFreeChart
Topic: Help needed in implementing the spreadEvenly() in PieLabel
Replies: 2
Views: 3696

Here my dataset has maximum of 10 values and these values are random.. The issue here is say value A - 20 % value B - 20 % value C - 20 % value D - 11 % value E - 7% value F - 5 % value G - 4 % value I - 1 % value J - 1 % The start angle of my chart is 45 degree. Though the percentage for each value...
by SwethaKrish
Fri Dec 26, 2008 10:05 am
Forum: JFreeChart
Topic: Help needed in implementing the spreadEvenly() in PieLabel
Replies: 2
Views: 3696

Help needed in implementing the spreadEvenly() in PieLabel

Hi I am using jfree to create pie chart where i have nearly 15 values in the pie chart. When the chart is drawn some of the labels are displayed completely..

so I would like to have the pie labels distributed evenly so that all the labels are visible..
by SwethaKrish
Tue Dec 23, 2008 6:05 am
Forum: JFreeChart
Topic: Issue in Legends
Replies: 0
Views: 2644

Issue in Legends

Hi I am creating a pie chart with jfree and i find few issues in it..

1. The section label is getting hided under the chart frame since I have more than 10 sections.

2. Also is there any to make the section labels are of same length irrespective of the labels.


thanks in advance...
by SwethaKrish
Fri Jul 06, 2007 1:46 pm
Forum: JFreeChart
Topic: how to get the peak values
Replies: 0
Views: 2246

how to get the peak values

Hi all,I am creating a graph with fixed Y range as 1500.But the actual values of the data are high ..say nearly 60,000.So is there any way to represent the peak values as annotation.

Thank you..
by SwethaKrish
Thu Jun 21, 2007 6:52 am
Forum: JFreeChart
Topic: How to draw a graph with fixed Y-axis and varying X-axis....
Replies: 2
Views: 5590

Thank you

Your suggestion worked out and i can get the graph what i expected.
Thank you for your help ....
by SwethaKrish
Tue Jun 19, 2007 6:05 am
Forum: JFreeChart
Topic: How to draw a graph with fixed Y-axis and varying X-axis....
Replies: 2
Views: 5590

How to draw a graph with fixed Y-axis and varying X-axis....

I can draw graph with given dataset.But the Scaling of the graph is high when a single value is high.So is there any solution to scale down the graph to a particular value.