Search found 3 matches

by ann04
Thu Jan 06, 2005 9:41 pm
Forum: JFreeChart
Topic: how to put data in ascending order in bar chart
Replies: 1
Views: 2905

how to put data in ascending order in bar chart

Hello, I have a bar chart and data from query is sorted in ascending order. But when the image is drawn with the chart, the data is not sorted. Can you please help me how to force jfreechart to display data in ascending order? Do I need to use DomainOrder? Can you put an example here of how to use t...
by ann04
Mon Nov 15, 2004 10:32 pm
Forum: JFreeChart
Topic: Tool Tips Problem
Replies: 2
Views: 2584

Hello Mr.Gilbert,

Can please point where this old code creates the default tooltip generator when the current string is null? Is it possible for me to correct it and recompile that class? Will that work?

When do you plan to release the next version?

Thank you.
by ann04
Mon Nov 15, 2004 6:57 pm
Forum: JFreeChart
Topic: Tool Tips Problem
Replies: 2
Views: 2584

Tool Tips Problem

Hello,
I do not want tool tips generated in my pie chart. But for some reason the code below does not work?

PiePlot3D plot=(PiePlot3D) chart.getPlot();
plot.setToolTipGenerator(null);

What am I doing wrong?

Thank you.