How to remove Space bellow AndroidPlot?

17 views
Skip to first unread message

Franzi

unread,
Feb 5, 2018, 8:55:20 AM2/5/18
to Androidplot

have found the following Post during looking for a Solution to remove Space below my AndroidPlot.

How do I remove all space around a chart in AndroidPlot?

Widget gw = mPlot.getGraph();    
    Size size = new Size(0,SizeMode.FILL,0,SizeMode.FILL);    
    gw.setSize(size);
    gw.position(0, HorizontalPositioning.ABSOLUTE_FROM_LEFT,0, VerticalPositioning.ABSOLUTE_FROM_TOP);

I am not sure, if this Solution still works or if the solution doesn't work anymore or if I simply made an error while implementing it.

A picture to make it more clear:

enter image description here

Thanks for help,

Franzi


Link to Question on Stackoverflow: Remove Space bellow Androidplot

Reply all
Reply to author
Forward
0 new messages