Does JFreeChart Support Dual axis

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

Does JFreeChart Support Dual axis

Post by Anurag » Tue Mar 11, 2003 7:55 am

Hi All,
We are in stage of selecting a charting tool. We have few questions. Could anybody answer the following questions:

1)Does JFreeChart support Dual axis e.g Two Y axis are used to show Y axis scale on both left and right hand side of the chart

2)Does it support multiple series.

Please reply ASAP.

TIA

Regards
Anurag

Eduardo Ramalho

Re: Does JFreeChart Support Dual axis

Post by Eduardo Ramalho » Tue Mar 11, 2003 11:33 am

Hi Anurag!

1) Yes it suports dual axis.

2) Yes it suports several series.

Try running the demo applications included with the JFreeChart package.

Regards,

Eduardo

Eduardo Ramalho

Re: Does JFreeChart Support Dual axis

Post by Eduardo Ramalho » Tue Mar 11, 2003 11:45 am

Hi!

Forgot to indicate the sample applications.
They are:

com.jrefinery.chart.demo.DualAxisDemo
com.jrefinery.chart.demo.DualAxisDemo2
com.jrefinery.chart.demo.DualAxisDemo3
com.jrefinery.chart.demo.JFreeChartDemo
(this last one has several examples)

Eduardo

Locked