Search found 3 matches
- 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...
- Mon Nov 15, 2004 10:32 pm
- Forum: JFreeChart
- Topic: Tool Tips Problem
- Replies: 2
- Views: 2584
- 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.
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.