Gantt Chart Vertical Axis customisation

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

Gantt Chart Vertical Axis customisation

Post by Avinash Dixit » Tue Dec 10, 2002 4:01 pm

Hi

I am developing a Gantt Chart in which the Task(Y) axis has got long titles therefore I want to put the Scrollbar with the task panel to limit the display size.

is it possible to achieve from JFreeChart ?

David Gilbert

Re: Gantt Chart Vertical Axis customisation

Post by David Gilbert » Fri Dec 13, 2002 1:17 am

No, because the whole chart is drawn via a Graphics2D instance...so there is no framework to put scroll bars in for subsets of the chart.

Regards,

DG

Avinash Dixit

Re: Gantt Chart Vertical Axis customisation

Post by Avinash Dixit » Fri Dec 13, 2002 10:50 am

Thanks David!

Then please tell me how to limit the number of characters to display on Y Axis provided Tool Tips has full title.

Regards
Avinash

Avinash Dixit

Re: Gantt Chart Vertical Axis customisation

Post by Avinash Dixit » Fri Dec 13, 2002 10:53 am

Thanks David I got the answer from the question I posted yestarday.

Regards
Avinash

Locked