Y axis disappears

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
lengrexin
Posts: 8
Joined: Mon Dec 31, 2007 8:13 pm

Y axis disappears

Post by lengrexin » Mon Dec 31, 2007 8:20 pm

I have a line chart inside a WebScrollPane. As my graph grows, I have to scroll to the right to see the most recent data. However, as I scroll to the right, the y-axis disappears. Is there any way for me to freeze the y-axis? I would like to be able to see the y-axis no matter how much I have to scroll to the right. Thanks for the help.

lengrexin
Posts: 8
Joined: Mon Dec 31, 2007 8:13 pm

Post by lengrexin » Wed Jan 02, 2008 9:18 pm

Never mind. I learned that JFreeChart does not support scrolling. Thanks.

Locked