Example LineChart, TimeSeries

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Anonymous

Example LineChart, TimeSeries

Post by Anonymous » Tue Apr 09, 2002 11:13 am

Hi all,
I' am a beginner in JFreeChart and I have read the JFreeChart.pdf.
Can anybody give me a very easy example to create a LineChart and a TimeSeriesChart.
I have tested the PieChart example from the JFreeChart.pdf. But it seems that LineChart and TimeSeriesChart are more different.

Can anybody help me?

David Gilbert

Re: Example LineChart, TimeSeries

Post by David Gilbert » Tue Apr 09, 2002 12:25 pm

I'm working on updating the documentation to explain the creation of other chart types...in the meantime you can look at the demo applications in the source/com/jrefinery/chart/demo directory in the download. In version 0.8.1 there are some new classes that show the creation of individual chart types.

Regards,

DG.

Locked