Chart default sizes

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ashwin Baskaran

Chart default sizes

Post by Ashwin Baskaran » Tue Jun 18, 2002 3:50 am

What is the preferred size of a chart? I'd like to set the tickLabelFont but it gets scaled based on frame bounds if I set it, or based on the size of the window if its dynamically resized.

Is there any way to either fix the font sizes irrespective of chart size, or to fix the display size at one which won't cause the labels to be scaled (what I was calling the "preferred size")?

Thanks,
Ashwin

David Gilbert

Re: Chart default sizes

Post by David Gilbert » Tue Jun 18, 2002 4:52 pm


Ashwin Baskaran

Re: Chart default sizes

Post by Ashwin Baskaran » Tue Jun 18, 2002 5:04 pm

Thanks a bunch.

And great job on JFreeChart. I've played with it for a few hours trying to evaluate it for our needs and it looks very impressive.

Ashwin

Locked