how to make table beside chart?

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

how to make table beside chart?

Post by alex » Tue Oct 22, 2002 10:21 am

hi, jfreechart looks great! can somebody please help me?
i would like to make a chart wherein there is a table on the left of the y-axis
example.)
| MONTH
name | office | country | 1 2 3 4 ...
-----------------------------------------------------------
alex | mgr | usa |
------------------------------|
rita | sgr | usa | ( chart is here;
------------------------------| for example, a horizontal bar chart
shin | jpr | jpn | showing the values for rita and alex
| with regards to MONTH )

i really hope you can help me out.
thanks,
alex

Dave Gilbert

Re: how to make table beside chart?

Post by Dave Gilbert » Tue Oct 22, 2002 5:00 pm

Hi Alex,

You would need to customise the VerticalCategoryAxis class to do this.

Regards,

DG.

Locked