Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set X & Y values #438

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 1 comment
Open

set X & Y values #438

GoogleCodeExporter opened this issue Jul 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

how to set X & Y lines value in line graph?


Original issue reported on code.google.com by vaishali...@gmail.com on 20 Sep 2014 at 10:08

@GoogleCodeExporter
Copy link
Author

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 comment by boschsma...@gmail.com on 16 Feb 2015 at 6:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant