Questions tagged [chartpanel]

A Swing GUI component for displaying a JFreeChart object.

A Swing GUI component for displaying a JFreeChart object.

The panel registers with the chart to receive notification of changes to any component of the chart. The chart is redrawn automatically whenever this notification is received.

16 questions
0
votes
1 answer

JFreeChart ChartPanel resizes on content change

I am using a ChartPanel from JFreeChart (1.0.14) to display some plots. The Layout is handled by MigLayout and all works well. However, I have strange behaviour from time to time. The minimal size of the panel changes sometimes when the plots…
brimborium
  • 9,362
  • 9
  • 48
  • 76
1
2