Search found 5 matches

by thunderforge
Sun Sep 28, 2008 5:23 am
Forum: JFreeChart
Topic: problem with creating line chart using array
Replies: 2
Views: 3288

hmm, let me try it out first, thanks for the suggestions though..appreciated
by thunderforge
Sat Sep 27, 2008 1:46 am
Forum: JFreeChart
Topic: problem with creating line chart using array
Replies: 2
Views: 3288

problem with creating line chart using array

hey all, i got some problem with drawing a chart for RSI. I read in some data from "out.txt" and wanted to plot them against "month", which will increase by itself. The problem is for setting the month into the dataset: try { File f = new File("out.txt"); Scanner input = new Scanner(f); while (input...
by thunderforge
Fri Sep 26, 2008 2:27 am
Forum: JFreeChart - Stockmarket
Topic: Need help in creating RSI chart
Replies: 1
Views: 10717

Need help in creating RSI chart

hey all, i got some problem with drawing a chart for RSI. I read in some data from "out.txt" and wanted to plot them against "month", which will increase by itself. The problem is for setting the month into the dataset: try { File f = new File("out.txt"); Scanner input = new Scanner(f); while (input...
by thunderforge
Sat Aug 16, 2008 5:38 am
Forum: JFreeChart
Topic: Need Help with line charts
Replies: 0
Views: 1942

Need Help with line charts

Hi there,

i am a total noob in java programming so i was hoping some kind soul is able to provide me with some tips to get started. All i wanted to do for now is to create a line chart from a given set of data. How can i go about doing it using eclipse? Please help, much appreciated.
by thunderforge
Sat Aug 16, 2008 5:29 am
Forum: JFreeChart - Stockmarket
Topic: Please Help
Replies: 0
Views: 7959

Please Help

Hello, this is ken here. I urgently need to make use of eclipse to write out a program that can display a line chart or candlestick chart from a set of data. Is there some1 that is able to guide me cos i am a total noob in java programming since i took up C++. I bought the package from the developer...