I\'m creating a bar chart but have run into an issue with the x-axis labels being cut off on a tablet. Attached is the correct layout on a phone and the incorrect layout on
The problem appears to be insufficient space in the graph widgets bottom margin. If you add this to your plot's XML:
androidPlot.graphWidget.marginBottom="100dp"
Then the problem should go away. 100dp is probably overkill so you'll need to dial it in but you get the idea :)