Search found 8 matches

by leo
Thu Aug 04, 2005 7:09 am
Forum: JFreeChart
Topic: How to Get the Complete labels on the Axis
Replies: 1
Views: 2588

How to Get the Complete labels on the Axis

Can anybody tell me about the above issue?

Thanks in Advance.

leo
by leo
Thu Aug 04, 2005 6:09 am
Forum: JFreeChart
Topic: How to Get the Complete labels on the Axis
Replies: 1
Views: 2588

How to Get the Complete labels on the Axis

Hi, I want to display the category item lables along horizontal axis without any dots in the text. ChartFactory.createBarChart(); renderer.setItemLabelsVisible(true); Category item labels are dispalyed on x axis, but some of them are not being displayed completely. They are being displayed with dots...
by leo
Fri Jul 29, 2005 11:49 am
Forum: JFreeChart
Topic: Bar chart Axis label issue
Replies: 6
Views: 5688

Bar chart Axis label issue

Hi David,

I am not able to find the BarChartDemo3.java in the developer guide. I can only find BarChartDemo1.java.

Where can I find the BarChartDemo3.java ?

Please let me know.

Thanks,
leo
by leo
Fri Jul 29, 2005 6:57 am
Forum: JFreeChart
Topic: Bar chart Axis label issue
Replies: 6
Views: 5688

Bar chart Axis label issue - Please reply

Can anybody please tell me about the issue I wrote above.

Thanks,
Leo
by leo
Thu Jul 28, 2005 1:39 pm
Forum: JFreeChart
Topic: Bar chart Axis label issue
Replies: 6
Views: 5688

Bar chart Axis label issue

Hi, I am creating a Bar chart where the values for the bar can be positive or nagetive. The bar will have blue color (positive) or red color (negative). I am easily able to create a chart with these color specifications. Now the problem is: I want to also print the labels under each bar (Horizontall...
by leo
Wed Jul 27, 2005 10:34 am
Forum: JFreeChart
Topic: Font of legend for pie chart
Replies: 1
Views: 2729

Font of legend for pie chart

Hi, I am creating a pie chart and adding it to the pdf document. I create a pie chart from ChartFactory class and I try to change (reduce the font size) the Legend text font like : LegendTitle legendTitle=piechart.getLegend(); legendTitle.setItemFont(new Font("TimesNewRoman", Font.PLAIN, 8)); plot.s...
by leo
Mon Jul 25, 2005 3:39 pm
Forum: JFreeChart
Topic: Bar chart help - Percentage
Replies: 2
Views: 3550

Bar chart help - Percentage

Hi

For the X and Y axis I want to show the percentage sign with the actual numbers shown. Can anybody tell me how to do that. Specially in the case of Y axis how can I display percentage signs.

Thanks in Advance.
by leo
Fri Jul 22, 2005 5:46 am
Forum: JFreeChart
Topic: Creating a Pie chart
Replies: 2
Views: 3508

Creating a Pie chart - Please help

Please let me knownif anyone has any idea about the following questions about Pie chart.

Thanks in Advance.