Gantt chart - horizontal and vertical scrollbar

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Gni
Posts: 3
Joined: Mon Apr 29, 2013 3:36 pm
antibot: No, of course not.

Gantt chart - horizontal and vertical scrollbar

Post by Gni » Mon Jun 03, 2013 2:04 pm

Hi,

I created a gantt chart with a vertical scrollbar using SlidingGanttCategoryDataset (which has been initialized with a TaskSeriesCollection / GanttCategoryDataset ) and setFirstCategoryIndex(...). That works fine.
Unfortunately, I am not able to add the horizontal scrollbar for the x-axis (where you can find SimpleTimePeriod's) as well. This scrollbar should be used especially after zooming.

Screenshot:
Image http://s1.directupload.net/file/d/3275/347thy58_jpg.htm

Do you have any idea how to implement this functionality?
Thanks in advance.

Best regards,
gni

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Gantt chart - horizontal and vertical scrollbar

Post by John Matthews » Tue Jun 04, 2013 6:20 pm

Cross-posted here.

Gni
Posts: 3
Joined: Mon Apr 29, 2013 3:36 pm
antibot: No, of course not.

Re: Gantt chart - horizontal and vertical scrollbar

Post by Gni » Thu Jun 06, 2013 8:40 am

Excuse me, please. I did not know that cross-posting will not be well-received. :oops:
Cross-post is deleted.

I would really appreciate if someone could help me with my issue - although I cross-posted my question.

Thanks & regards,
gni

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Gantt chart - horizontal and vertical scrollbar

Post by John Matthews » Fri Jun 07, 2013 11:27 am

There's nothing intrinsically wrong with cross-posting; just cite the cross-post in the question, as a reference for users wanting to review other responses before answering.

Gni
Posts: 3
Joined: Mon Apr 29, 2013 3:36 pm
antibot: No, of course not.

Re: Gantt chart - horizontal and vertical scrollbar

Post by Gni » Sat Jun 08, 2013 11:03 am

Ok, than I misunderstood your post.. thanks for clarifying :)

Locked