Search found 8 matches

by tal
Wed May 03, 2006 5:10 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Thanks

Thanks David,

The CENTER instead of TOP_CENTER took care of that!

Cheers!
by tal
Tue May 02, 2006 3:49 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Dear David,

Should I submit this as a bug? It doesn't seems like any one can find something wrong with my code...

Thanks,

Tal
by tal
Thu Apr 20, 2006 6:37 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Anyone?! Any clue?!
by tal
Thu Apr 06, 2006 3:38 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Thanks David, Here is jar file contain my code (and the part of JFreeChart I'm using): http://www.csfi.com/tal/BarError.jar Changes I've made in the code (in JFreeChart Code) are marked with the comment "Tal". What I've done is basically modified the JFreeChart package to only contain the charts I n...
by tal
Wed Apr 05, 2006 9:55 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Anyone?!

Anyone could suggest me anything at all that might solve this?

Thanks,

Tal
by tal
Fri Mar 24, 2006 8:04 pm
Forum: JFreeChart
Topic: Multiple Datasets on Bar Chart
Replies: 7
Views: 8639

Multiple Datasets on Bar Chart

Hello everyone, I have a wierd problem going on. When I have 1 dataset on the Bar Chart, I'm getting the number for each item above the bar if it's small, or inside it if it's big. This is great! I love that! But when I have multiple datasets, the bars get printed, but the labels are not presented o...
by tal
Fri Mar 24, 2006 4:51 pm
Forum: JFreeChart
Topic: Gaps between Bars of BarChart having multipal DataSet
Replies: 1
Views: 3549

try this:

renderer.setItemMargin(0);

Tal
by tal
Fri Mar 24, 2006 4:50 pm
Forum: JFreeChart
Topic: display the bars in each catergory together without gap betw
Replies: 1
Views: 88798

Try this:

renderer.setItemMargin(0);

Tal