Thanks for ypur reply David.
You have inherited Jpanel for ChartPanel.It would have been better if you would have inherited JScrollPane for ChartPanel .
Thanks,
R.Sudhakar
Search found 6 matches
- Thu Jun 15, 2006 6:55 am
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
- Tue Jun 13, 2006 3:52 pm
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
- Fri Jun 09, 2006 8:26 am
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
Re: whether jfreechart objects can be displayed in jscrollp
thanks for your reply. Initially i set the size of the ChartPanel to the size such as width as 1000 and height as 800 and enclosed in a JScrollPane. This worked good for big charts.But for small charts also i have to scroll to view the chart. For my need the ChartPanel should be a scrollpane in whic...
- Fri Jun 09, 2006 5:57 am
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
whether jfreechart objects can be displayed in jscrollpane
hai ,
Thanks for your reply. It was mentioned that JfreeChart can be displayed in GUI using ChartPanel only.Is it possible to display in Gui using JScrollPane.
Thanks.
Thanks for your reply. It was mentioned that JfreeChart can be displayed in GUI using ChartPanel only.Is it possible to display in Gui using JScrollPane.
Thanks.
- Fri Jun 09, 2006 5:56 am
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
whether jfreechart objects can be displayed in jscrollpane
hai ,
Thanks for your reply. It was mentioned that JfreeChart can be displayed in GUI using ChartPanel only.Is it possible to display in Gui using JScrollPane.
Thanks.
Thanks for your reply. It was mentioned that JfreeChart can be displayed in GUI using ChartPanel only.Is it possible to display in Gui using JScrollPane.
Thanks.
- Thu Jun 08, 2006 11:51 am
- Forum: JFreeChart
- Topic: how to increase the size of chartpanel Dynamically
- Replies: 11
- Views: 14543
how to increase the size of chartpanel Dynamically
hai, i have a problem using jfreecharts. i have attached the chartpanel to a Jscrollpane.Based on real time values the chartpanel should resize.i.e for big chart the size of the chartpanel should be big and i will use scroll bars to view the data and for small graphs the chart panel should be small ...