Search found 3 matches

by jannisery
Fri Mar 30, 2007 2:29 pm
Forum: JFreeChart
Topic: Can't make it visible!
Replies: 3
Views: 4869

anyone? :( it's really urgent...
by jannisery
Fri Mar 30, 2007 1:43 pm
Forum: JFreeChart
Topic: Can't make it visible!
Replies: 3
Views: 4869

Can't make it visible!

Hi everyone , i have an applet with user interface and in the applet i have a JPanel name panel1... I init the dataset and in a function like DrawChart i called the dataset and try to draw the chart , like : public void DrawChart() { initDataSet(); // create the chart... JFreeChart chart = ChartFact...
by jannisery
Thu Nov 09, 2006 8:00 pm
Forum: JFreeChart
Topic: I can't draw LineChart!
Replies: 1
Views: 2344

I can't draw LineChart!

Hi everyone, I have a database and i want to draw a line chart which has it's data from the database... I've added the datas into the dataset but i have no idea how to draw it... I bought developer's guide but i can't do it either... Please help me! This is my Main class where i have a initDataSet()...