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 ?
Gantt Chart Vertical Axis customisation
Re: Gantt Chart Vertical Axis customisation
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
Regards,
DG
Re: Gantt Chart Vertical Axis customisation
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
Then please tell me how to limit the number of characters to display on Y Axis provided Tool Tips has full title.
Regards
Avinash
Re: Gantt Chart Vertical Axis customisation
Thanks David I got the answer from the question I posted yestarday.
Regards
Avinash
Regards
Avinash