chart dimension

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ala82
Posts: 4
Joined: Fri Oct 11, 2019 4:36 pm
antibot: No, of course not.

chart dimension

Post by ala82 » Fri Oct 11, 2019 4:42 pm

Hi,
I have a java swing application,with this structure:

Jframe (Group layout)
->JtabbedPane (Group layout)
->JPanel (Gridbag layout)
->JPanel1 (what layout??)
->JPanel2 (what layout??)
->JPanel3 (what layout??)

I want to show 3 different line chart one for each Jpanel1,Jpanel2,Jpanel3.

The problem is that I Can't resize the chart in order to show the entire chart in the panel.

How can I resolve it?

Regards
Alessandro

Locked