Hi all,
anybody tell how much maximum length/width of chartpanel we can give?
is possible to to give width/size in double/long?
Regards
Javed
ChartPanel
It is in ints only (as all Swing components) and you'll start to see funny effects once your overall UI-size is larger than 32768 pixels (this is a Swing limitation, not one of JFreeChart).
JFreeChart itself (as non-swing-object) can render itself on any size that a float can hold, but you may need a super-computer for the resulting image.
JFreeChart itself (as non-swing-object) can render itself on any size that a float can hold, but you may need a super-computer for the resulting image.