CHART X & Y AXIS

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

CHART X & Y AXIS

Post by Alex » Fri Nov 15, 2002 5:05 am

Hi,

How do I create a Chart which has an x-axis on the top and bottom? In addition, it has a y axis on the left and right of the chart.

For example,

JAN FEB MAR
______|_________________|_____________|______
| |
| |
2 --- __2
| |
| |
1 --- --- 1
| |
|______|_________________|_____________|_____ |
JAN FEB MAR


Many Thanks In Advance,

Alex

David Gilbert

Re: CHART X & Y AXIS

Post by David Gilbert » Fri Nov 15, 2002 4:05 pm

There is no feature to support this yet, but I am working on it.

Regards,

DG.

Locked