Any idea when the final version of JFreeChart/JCommon jar files
will be released? We're still pending shipment of our software
and would prefer to know when the final version is available.
Any idea when the final version of JFreeChart/JCommon jar files
will be released? We're still pending shipment of our software
and would prefer to know when the final version is available.
I tried inserting newline '\n' chars into the String returned by the generateSectionLabel() method of my StandardPieItemLabelGenerator subclass to help with label formatting and line wrapping. To my surprise, the newlines were ignored. I looked at the source and learned that the nextLineBreak() meth...