Max. Size for Y-Axis?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
AggressiveFish
Posts: 10
Joined: Wed Apr 18, 2007 8:37 pm

Max. Size for Y-Axis?

Post by AggressiveFish » Tue Jun 26, 2007 4:19 pm

What is the maximum number (or size) for elements spanning the Y-Axis? I was creating a few graphs and it looked as though it might be between 35 and 45 entities. Can anyone answer this? Thanks.

AF

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jun 27, 2007 9:28 am

I'm not sure what you mean. I assume your y-axis is a NumberAxis (the default) but I don't know what you mean when you refer to "elements" and "entities".
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

AggressiveFish
Posts: 10
Joined: Wed Apr 18, 2007 8:37 pm

Maximum size for Y-Axis

Post by AggressiveFish » Thu Jun 28, 2007 7:49 pm

What I meant was how many categories, items, etc.., (such as a report with customers at the bottom - John, Mary, and Joe - would have 3 items/categories) could be squeezed on the Y-Axis across. I find a problem with how I was calling my chart generator that allowed me much more than 35-40 items (limit on the size of what the img tag's src string can be). Thanks for the response.

AF

Locked