In Google map for example, there is a function to get current zoom level, but it missing in MPChart.
Many user of our app request to save last zoom level they use and apply it when open app next time. The function like chart.getCurrentZoomLevel() and save it when app pause
I found a way ViewPortHandler viewPortHandler = chart.getViewPortHandler(); viewPortHandler.getScaleX()
Most helpful comment
I found a way ViewPortHandler viewPortHandler = chart.getViewPortHandler(); viewPortHandler.getScaleX()