android - Changing the legend size in AChartEngine -


i change legend size outputting pie chart. i've tried methods can find achartengine, none of them change legend text size. have override ondraw function? if so, how?

for setting legend height use:

renderer.setlegendheight(height); 

you can have legend take exact space needs:

renderer.setfitlegend(true); 

to change legend text size:

renderer.setlegendtextsize(textsize); 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -

Does Firefox offer AppleScript support to get URL of windows? -