Search found 2 matches

by SthatycSoul
Wed Sep 28, 2016 9:04 pm
Forum: JFreeChart
Topic: How to add dynamic values from a text file.
Replies: 3
Views: 4249

Re: How to add dynamic values from a text file.

A complete example is examined here . Thank you, but I dont want something like that... I just want to create a static chart, not a frame. I want my program read a text file with values, lyne by line, and add value by value, when this is made, create a PNG, with the chart with all the values in the...
by SthatycSoul
Tue Sep 27, 2016 6:54 pm
Forum: JFreeChart
Topic: How to add dynamic values from a text file.
Replies: 3
Views: 4249

How to add dynamic values from a text file.

Hello, I try to add to my chart a dynamic values, reading from a text file. I create a: bufferedreader, to read the file, and add the value from the text file to the chart... Here all work's fine, but the problem is, just add the first value of the text file, and not the rest. I want to read all the...