While performing scrolling in android plot graph, domain boundary line is going invisible. How to fix this problem?
Asked
Active
Viewed 637 times
2
-
please show your research.. – Kundan Jul 22 '13 at 04:49
2 Answers
1
you can use
mySimpleXYPlot.setDomainBoundaries(minval,
maxval, BoundaryMode.FIXED);
where minval is the minimum value of the x axis. and maxval is the max value on the x axis

shreyas
- 2,166
- 3
- 18
- 30