java - how to display many legends for chart on the image -


i have show legends created chart on image when converting chart image.but number of legends due the legends cut bottom , few legends appear on image.

so please can body tell me how solve problem

you can convert chart image this:

outputstream out = ... org.jfree.chart.chartutilities.writechartaspng(out, chart, width, height, null, true, 0); 

is method you're using?


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -