Search found 2 matches

by loopyzort
Fri Jan 18, 2008 8:18 pm
Forum: JFreeChart
Topic: how to put data in ascending order in bar chart
Replies: 1
Views: 2900

bump

Hey All,

I'd like to bump this for a response. Is there no way to alphabetize the categories displayed in a CategoryDataset? It seems like a logical thing to allow, but I can't seem to find DomainOrder in the CategoryDataset apis anywhere.

Thanks
by loopyzort
Fri Nov 23, 2007 11:46 pm
Forum: JFreeChart
Topic: zoom on category chart
Replies: 2
Views: 4766

Hello, I'd like to bump this for a bit more information. We are in a similar bind, we have a bar chart created using the ChartFactory.createBarChart() method. We typically have 8-10 categories, but as many as 50 data points in each category. This produces a dense chart, where the bars are only 2 or ...