Search found 6 matches

by sudhakar
Thu Jun 15, 2006 6:55 am
Forum: JFreeChart
Topic: how to increase the size of chartpanel Dynamically
Replies: 11
Views: 14543

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
by sudhakar
Tue Jun 13, 2006 3:52 pm
Forum: JFreeChart
Topic: how to increase the size of chartpanel Dynamically
Replies: 11
Views: 14543

Thanks Mercer.
Thanks for your interest.
by sudhakar
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...
by sudhakar
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.
by sudhakar
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.
by sudhakar
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 ...