You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that below what you are lookin for??
XYMultipleSeriesRenderer mRenderer = new XYMultipleSeriesRenderer();
mRenderer.setYAxisMin(yourYMinVale);
mRenderer.setXAxisMin(yourXMinVale);
mRenderer.setXAxisMax(yourXMaxVale);
mRenderer.setYAxisMax(yourXMinVale);
Original issue reported on code.google.com by
[email protected]
on 20 Sep 2014 at 10:08The text was updated successfully, but these errors were encountered: