Search found 1 match

by mmrs
Sun Apr 11, 2010 4:47 pm
Forum: JFreeChart
Topic: Bar Chart with months and double values only
Replies: 1
Views: 3809

Bar Chart with months and double values only

Hi all, I'm new to JFree Chart. And I'm trying to construct one with months [jan, feb, mar, ...] as the x axis and double values (balances) for those months . the problem is that i need only months on the x- axis. i tried this : public JFreeChart createChart(String title) { TimeSeries time = new Tim...