Search code examples
androidgraphchartsandroidplot

Androidplot: Improve Axis layout (remove cutoff values)


On Androidplot my Axis Vals are cut off, so the last values are only shown half. How to fix this issue?


Solution

  • dynamicPlot.getGraphWidget().setMarginTop(4);
    dynamicPlot.getLegendWidget().setHeight(14);
    

    Luckly I still found something in the androidplot forums cache.