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
Post a Comment