Hello,
I have the same problem and I do not know how to set the data.
I set the data as follows :
DefaultCategoryDataset data = new DefaultCategoryDataset();
for (int i = 0; i < clones.length ; i++)
{
data.addValue(numbers[i], Integer.toString(i) , groupNames[i]);
}
Thanks...
nurettin
Search found 2 matches
- Mon Sep 15, 2003 9:45 am
- Forum: JFreeChart
- Topic: BarChart line widths
- Replies: 6
- Views: 6525
- Mon Aug 04, 2003 8:33 am
- Forum: JFreeChart
- Topic: Bar width in verticalbar chart
- Replies: 2
- Views: 3637
Bar width in verticalbar chart
How can I can the bar width in verticalbar chart?
nurettin
nurettin