Search found 4 matches

by griver
Fri Jul 11, 2008 12:22 am
Forum: JFreeChart
Topic: Display JFreeChart inside a panel
Replies: 17
Views: 24096

To make my char display in a existing panel I created a panel via NetBeans palete. Named it jScatterChartPanel. Right clicked the new panel and set layout to "Border Layout" . Then used the following code. jScatterChartPanel.add(JfreeChartScattergram.createChartPanel()); JfreeChartScattergram is the...
by griver
Tue May 20, 2008 12:31 am
Forum: JFreeChart
Topic: Display JFreeChart inside a panel
Replies: 17
Views: 24096

I looked at the samples and demos. They create a panel before displaying the chart. I would like to display the chart inside an existing JPanel in an existing JFrame so the chart is inside one JFrame. Would I use content.add(call to create scatter chart)?
by griver
Fri May 16, 2008 10:48 pm
Forum: JFreeChart
Topic: Display JFreeChart inside a panel
Replies: 17
Views: 24096

I am new to JFreeChart. Is there an example I could look at for displaying a chart inside a panel?
by griver
Fri May 16, 2008 4:45 pm
Forum: JFreeChart
Topic: Display JFreeChart inside a panel
Replies: 17
Views: 24096

Display JFreeChart inside a panel

I have JFrame form with several panels of user inputs. I would like to display a JFreeChart on a panel inside my JFrame. Is this possible?