Search found 1 match

by svobodav
Wed Nov 22, 2017 2:27 pm
Forum: JFreeChart
Topic: Keep aspect ratio on autorange
Replies: 1
Views: 2552

Keep aspect ratio on autorange

Hello,
is there easy way to keep aspect ratio on chartPanel.restoreAutoBounds();? I have my own method for aspect ratio, but when I call it after autoBounds, objects in chart sometimes overflow out of visible area. I use XYLineChart. Thanks