New please Help

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ujjwal devarapalli
Posts: 5
Joined: Fri Sep 28, 2007 9:09 am

New please Help

Post by ujjwal devarapalli » Tue Oct 09, 2007 2:37 pm

I am using XY Bar Charts in my project .Jfreecharts is calculating the bar width automatically depending upon the X axis dataset.

1)Is there any way for me to know the bar width of each bar ?

2)How to display the Y value on each bar ?

please help me guys

jwenting
Posts: 157
Joined: Sat Jul 15, 2006 7:46 am

Post by jwenting » Wed Oct 10, 2007 6:58 am

1) width depends on available space, so not until you draw it.
2) check the documentation, I've never had to do so.

Locked