Search found 2 matches

by RedSoxFan620
Wed Jun 18, 2008 4:09 pm
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30193

I'm trying to do this too, but I can't figure out where to put the strings. I need a category dataset, so I guess I use DefaultCategoryDataset, and the addValue for that uses a double ... where do the Strings go?
by RedSoxFan620
Fri May 30, 2008 9:44 pm
Forum: JFreeChart
Topic: Showing data points
Replies: 1
Views: 3586

Showing data points

I guess this is a stupid question, but how do I get data points to show? I did a createXYLineChart and it makes a line, but it doesn't show the points. I've tried for hours but I have no idea how to make it show the points.