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 » Sun Oct 13, 2019 12:01 pm

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

Jframe (group layout)
->JTabPanned (group layout)
->jpanel (gridbag layout)
-Jpanelchart1 (flow layout)
-Jpanelchart2 (flow layout)
-Jpanelchart3 (flow layout)

I have to show 3 different jfeeechart each in panel one below the other, but instead the app show only a part of the chart in each panel.

I'd like to resize chart for adapting it to the panel dimension.

Anyine can help me?

Locked