JFreeChart « JScrollPane « Java Swing Q&A





1. JFreeChart in scrollpane    stackoverflow.com

I'm having a big graph created with jfreechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, ...

2. dynamic height of ChartPanel within JScrollPane    jfree.org

Hi everybody, I have the following problem. I want to display a bar chart where the bars are displayed horizontally. The number of bars depends on some input data. I would like the bars to always have (roughly) the same height. My plan was as follows, see the code below: - compute the height of the ChartPanel that holds the bar ...

3. JChart and JScrollPane    jfree.org

Hi guys I have a JScrollPane in my GUI, with some JFreecharts inside. At most I have 9 JFreecharts in the scrollPane and their size is 200*200 pixels. When I try to scroll using the scroll bars of the scrollPane, it's very slow and CPU consuming. But I have a lot of others things in the scrollPane there is no problem. ...

4. Can we add a chart to a JScrollPane    jfree.org

Hi All, I wanted to generate a chart with a wide Domain values its almost about 100 values, now I am using Swings and displaying the chart in it. Even though I add the ChartPanel to a JScrollPane it does not stretch the graph to fit in to the ScrollPane. Is there a way to do so? Thanks & Regards, Aravind ...